]> git.eshelyaron.com Git - emacs.git/commitdiff
(Quoted File Names): Minor clarifications.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Mar 2002 00:44:51 +0000 (00:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Mar 2002 00:44:51 +0000 (00:44 +0000)
lisp/ChangeLog
man/files.texi

index 86235d723c2c99dbc68e291773aafca943ae8e98..23e7f846274790c7ac3cdd339899e45a4574b149 100644 (file)
@@ -1,3 +1,16 @@
+2002-03-24  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
+
+       * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
+       to query-replace-read-args.
+
+       * progmodes/compile.el (compilation-forget-errors):
+       Don't adjust compilation-parsing-end if it's nil.
+
+       * replace.el (query-replace-read-args): New optional arg NOERROR.
+       (perform-replace): Use save-window-excursion around recursive edit.
+
 2002-03-24  Colin Walters  <walters@verbum.org>
 
        * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
index d119a85eb7d276a2f7636096e22f3d2024666336..1472b49c432d197ca3f051fdefbf95472e21c0f9 100644 (file)
@@ -3034,19 +3034,23 @@ can refer to that file in Emacs as @samp{/:/foo:/bar}.
 character for a user's home directory.  For example, @file{/:/tmp/~hack}
 refers to a file whose name is @file{~hack} in directory @file{/tmp}.
 
-  Likewise, quoting with @samp{/:} is one way to enter in the minibuffer
-a file name that contains @samp{$}.  However, the @samp{/:} must be at
-the beginning of the minibuffer in order to quote @samp{$}.  (For
-another way of quoting @samp{$} in file names see @ref{File Names with
-@samp{$}}.)
+  Quoting with @samp{/:} is also a way to enter in the minibuffer a
+file name that contains @samp{$}.  In order for this to work, the
+@samp{/:} must be at the beginning of the minibuffer contents.  (You
+can also double each @samp{$}; see @ref{File Names with @samp{$}}.)
 
   You can also quote wildcard characters with @samp{/:}, for visiting.
-For example, @file{/:/tmp/foo*bar} visits the file @file{/tmp/foo*bar}.
-However, in most cases you can simply type the wildcard characters for
-themselves.  For example, if the only file name in @file{/tmp} that
-starts with @samp{foo} and ends with @samp{bar} is @file{foo*bar}, then
-specifying @file{/tmp/foo*bar} will visit just @file{/tmp/foo*bar}.
-Another way is to specify @file{/tmp/foo[*]bar}.
+For example, @file{/:/tmp/foo*bar} visits the file
+@file{/tmp/foo*bar}.
+
+  Another method of getting the same result is to enter
+@file{/tmp/foo[*]bar}, which is a wildcard specification that matches
+only @file{/tmp/foo*bar}.  However, in many cases there is no need to
+quote the wildcard characters because even unquoted they give the
+right result.  For example, if the only file name in @file{/tmp} that
+starts with @samp{foo} and ends with @samp{bar} is @file{foo*bar},
+then specifying @file{/tmp/foo*bar} will visit only
+@file{/tmp/foo*bar}.
 
 @node File Name Cache
 @section File Name Cache