* tramp.texi (Frequently Asked Questions): Explain, how to disable
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 28 Apr 2008 19:40:43 +0000 (19:40 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 28 Apr 2008 19:40:43 +0000 (19:40 +0000)
Tramp via `tramp-mode'.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 90ec902..bc24ccc 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Explain, how to disable
+       Tramp via `tramp-mode'.
+
 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
 
        * org.texi: Massive changes, in many parts of the file.
index 39caec1..b0728d1 100644 (file)
@@ -3085,6 +3085,9 @@ How can I disable @value{tramp}?
 
 Shame on you, why did you read until now?
 
+@itemize @minus
+
+@item
 @ifset emacs
 If you just want to have @value{ftppackagename} as default remote
 files access package, you should apply the following code:
@@ -3094,12 +3097,28 @@ files access package, you should apply the following code:
 @end lisp
 @end ifset
 
+@item
+In order to disable
+@ifset emacs
+@value{tramp} (and @value{ftppackagename}),
+@end ifset
+@ifset xemacs
+@value{tramp},
+@end ifset
+you must set @code{tramp-mode} to @code{nil}:
+
+@lisp
+(setq tramp-mode nil)
+@end lisp
+
+@item
 Unloading @value{tramp} can be achieved by applying @kbd{M-x
 tramp-unload-tramp}.
 @ifset emacs
 This resets also the @value{ftppackagename} plugins.
 @end ifset
 @end itemize
+@end itemize
 
 
 @c For the developer