+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.
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:
@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