emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/tramp.texi,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/doc/misc/tramp.texi,v
Date: Sun, 18 Nov 2007 10:26:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/11/18 10:26:50

Index: tramp.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/tramp.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- tramp.texi  15 Nov 2007 15:38:05 -0000      1.10
+++ tramp.texi  18 Nov 2007 10:26:50 -0000      1.11
@@ -2267,27 +2267,49 @@
 for files on the local host, with the exception that minibuffer
 killing via a double-slash works only on the filename part, except
 that filename part starts with @file{//}.
address@hidden emacs
+A triple-slash stands for the default behaviour.
address@hidden ifset
 @ifinfo
 @xref{Minibuffer File, , , @value{emacsdir}}.
 @end ifinfo
 
address@hidden
+Example:
+
address@hidden
 @ifset emacs
-As example, @address@hidden, , melancholia, /usr/local/bin//etc}
address@hidden would result in
address@hidden@trampfn{telnet, , melancholia, /etc}}, whereas
address@hidden@trampfn{telnet, , melancholia, //etc} @key{TAB}} reduces the
-minibuffer contents to @file{/etc}.  A triple-slash stands for the
-default behavior,
-i.e. @address@hidden, , melancholia, /usr/local/bin///etc}
address@hidden expands directly to @file{/etc}.
address@hidden C-f @trampfn{telnet, , melancholia, /usr/local/bin//etc} 
@key{TAB}}
+     @print{} @trampfn{telnet, , melancholia, /etc}
+
address@hidden C-f @trampfn{telnet, , melancholia, //etc} @key{TAB}}
+     @print{} /etc
+
address@hidden C-f @trampfn{telnet, , melancholia, /usr/local/bin///etc} 
@key{TAB}}
+     @print{} /etc
 @end ifset
 
 @ifset xemacs
-As example, @address@hidden, , melancholia, /usr/local/bin//}}
-would result in @address@hidden, , melancholia, /}}, whereas
address@hidden@trampfn{telnet, , melancholia, //}} expands the minibuffer
-contents to @file{/}.
address@hidden C-f @trampfn{telnet, , melancholia, /usr/local/bin//}}
+     @print{} @trampfn{telnet, , melancholia, /}
+
address@hidden C-f @trampfn{telnet, , melancholia, //}}
+     @print{} /
 @end ifset
address@hidden example
+
+A remote directory might have changed its contents out of
address@hidden control, for example by creation or deletion of
+files by other processes.  Therefore, during filename completion the
+remote directory contents is reread regularly in order to detect such
+changes, which would be invisible otherwise (@pxref{Connection caching}).
+
address@hidden tramp-completion-reread-directory-timeout
+This variable defines the number of seconds since last remote command
+before rereading a directory contents.  A value of 0 would require an
+immediate reread during filename completion, @code{nil} means to use
+always cached values for the directory contents.
address@hidden defopt
 
 
 @node Remote processes




reply via email to

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