emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 975f78a: Improve Tramp manual


From: Michael Albinus
Subject: [Emacs-diffs] master 975f78a: Improve Tramp manual
Date: Thu, 15 Aug 2019 08:35:11 -0400 (EDT)

branch: master
commit 975f78ae2172d844043e9d1c83fedfdaa8f7c35e
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Improve Tramp manual
    
    * doc/misc/tramp.texi (GVFS based methods): Explain using `ftp'
    and `smb' methods.
---
 doc/misc/tramp.texi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5d88ac1..d48fa31 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1266,6 +1266,18 @@ to include are @option{ftp}, @option{http}, 
@option{https} and
 @option{smb}.  These methods are not intended to be used directly as
 GVFS based method.  Instead, they are added here for the benefit of
 @ref{Archive file names}.
+
+If you want to use GVFS-based @option{ftp} or @option{smb} methods,
+you must add them to @code{tramp-gvfs-methods}, and you must disable
+the corresponding Tramp package by setting @code{tramp-ftp-method} or
+@code{tramp-smb-method} to @code{nil}, respectively:
+
+@lisp
+@group
+(add-to-list 'tramp-gvfs-methods "ftp")
+(customize-set-variable 'tramp-ftp-method nil)
+@end group
+@end lisp
 @end defopt
 
 



reply via email to

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