emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112293: net/tramp.texi: Improve last


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112293: net/tramp.texi: Improve last change.
Date: Mon, 15 Apr 2013 15:42:29 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112293
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Mon 2013-04-15 15:42:29 +0200
message:
  net/tramp.texi: Improve last change.
modified:
  doc/misc/tramp.texi
=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-04-15 08:52:19 +0000
+++ b/doc/misc/tramp.texi       2013-04-15 13:42:29 +0000
@@ -3139,6 +3139,20 @@
 process on that host, will reuse that initial @command{ssh}
 connection.
 
+If you know that your @code{ControlPath} settings won't disturb
address@hidden, you could customize the variable
address@hidden like this:
+
address@hidden
+(setq tramp-ssh-controlmaster-options
+      (concat
+        "-o ControlPath=/tmp/ssh-ControlPath-%%r@@%%h:%%p "
+        "-o ControlMaster=auto -o ControlPersist=no"))
address@hidden lisp
+
+Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
+"%%p", respectively.
+
 
 @item
 File name completion does not work with @value{tramp}


reply via email to

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