]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Frequently Asked Questions): New item for disabling
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Apr 2011 19:04:08 +0000 (21:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Apr 2011 19:04:08 +0000 (21:04 +0200)
Tramp in other packages.

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

index 49c87078ca924af7e53393f0f7132e10e5bbf278..1660ed5335b8150db33762e079dd7372ef184160 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): New item for disabling
+       Tramp in other packages.
+
 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
index e1c4a806de2f43b9eff33d5d3c20b37eb16856d8..2663d2df0f5f72bfb66f750f6f06083983f0cf93 100644 (file)
@@ -2812,7 +2812,6 @@ When @value{tramp} does not connect to the remote host, there are three
 reasons heading the bug mailing list:
 
 @itemize @minus
-
 @item
 Unknown characters in the prompt
 
@@ -2882,7 +2881,6 @@ checksum.
     (when (file-remote-p default-directory)
       (set (make-local-variable 'file-precious-flag) t))))
 @end lisp
-
 @end itemize
 
 
@@ -3377,14 +3375,43 @@ export EDITOR=/path/to/emacsclient.sh
 
 
 @item
-How can I disable @value{tramp}?
+There are packages which call @value{tramp} although I haven't entered
+a remote file name ever.  I dislike it, how could I disable it?
 
-Shame on you, why did you read until now?
+In general, @value{tramp} functions are used only when
+you apply remote file name syntax.  However, some packages enable
+@value{tramp} on their own.
 
 @itemize @minus
+@item
+@file{ido.el}
+
+You could disable @value{tramp} file name completion:
+
+@lisp
+(custom-set-variables
+ '(ido-enable-tramp-completion nil))
+@end lisp
 
 @item
+@file{rlogin.el}
+
+You could disable remote directory tracking mode:
+
+@lisp
+(rlogin-directory-tracking-mode -1)
+@end lisp
+@end itemize
+
+
+@item
+How can I disable @value{tramp} at all?
+
+Shame on you, why did you read until now?
+
+@itemize @minus
 @ifset emacs
+@item
 If you just want to have @value{ftppackagename} as default remote
 files access package, you should apply the following code: