emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103912: * tramp.texi (Frequently Ask


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103912: * tramp.texi (Frequently Asked Questions): New item for disabling
Date: Thu, 14 Apr 2011 21:04:08 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103912
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2011-04-14 21:04:08 +0200
message:
  * tramp.texi (Frequently Asked Questions): New item for disabling
  Tramp in other packages.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-04-14 10:41:00 +0000
+++ b/doc/misc/ChangeLog        2011-04-14 19:04:08 +0000
@@ -1,3 +1,8 @@
+2011-04-14  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Frequently Asked Questions): New item for disabling
+       Tramp in other packages.
+
 2011-04-14  Teodor Zlatanov  <address@hidden>
 
        * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2011-03-14 16:39:58 +0000
+++ b/doc/misc/tramp.texi       2011-04-14 19:04:08 +0000
@@ -2812,7 +2812,6 @@
 reasons heading the bug mailing list:
 
 @itemize @minus
-
 @item
 Unknown characters in the prompt
 
@@ -2882,7 +2881,6 @@
     (when (file-remote-p default-directory)
       (set (make-local-variable 'file-precious-flag) t))))
 @end lisp
-
 @end itemize
 
 
@@ -3377,14 +3375,43 @@
 
 
 @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?
+
+In general, @value{tramp} functions are used only when
+you apply remote file name syntax.  However, some packages enable
address@hidden on their own.
+
address@hidden @minus
address@hidden
address@hidden
+
+You could disable @value{tramp} file name completion:
+
address@hidden
+(custom-set-variables
+ '(ido-enable-tramp-completion nil))
address@hidden lisp
+
address@hidden
address@hidden
+
+You could disable remote directory tracking mode:
+
address@hidden
+(rlogin-directory-tracking-mode -1)
address@hidden lisp
address@hidden itemize
+
+
address@hidden
+How can I disable @value{tramp} at all?
 
 Shame on you, why did you read until now?
 
 @itemize @minus
-
address@hidden emacs
 @item
address@hidden emacs
 If you just want to have @value{ftppackagename} as default remote
 files access package, you should apply the following code:
 


reply via email to

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