emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d2d5e54: Mention remote file name completion in E


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d2d5e54: Mention remote file name completion in Emacs manual
Date: Sat, 3 Feb 2018 15:31:24 -0500 (EST)

branch: emacs-26
commit d2d5e548244b598d5908ad24640aa7c676ece044
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Mention remote file name completion in Emacs manual
    
    * doc/emacs/mini.texi (Minibuffer File): Describe the behavior of
    "//" with remote file names.  (Bug#29149)
---
 doc/emacs/mini.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index fcd229d..35cffc1 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -119,6 +119,12 @@ second slash in the pair.  In the example above,
 the terminal allows it.  (To disable this dimming, turn off File Name
 Shadow mode with the command @kbd{M-x file-name-shadow-mode}.)
 
+  When completing remote file names (@pxref{Remote Files}), a double
+slash behaves slightly differently: it causes Emacs to ignore only the
+file-name part, leaving the rest (method, host and username, etc.)
+intact.  Typing three slashes in a row ignores everything in remote
+file names.  @xref{File name completion,,, tramp, The Tramp Manual}.
+
 @cindex home directory shorthand
   Emacs interprets @file{~/} as your home directory.  Thus,
 @file{~/foo/bar.txt} specifies a file named @file{bar.txt}, inside a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]