aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2015-09-04 20:56:32 +0200
committerMichael Albinus2015-09-04 20:56:32 +0200
commit262a23dac0ad6c06197a9e2994dca4b896ac0a58 (patch)
treea8160c626dc273ab533e2b81b0d672b6e7140172
parent09c15856a926eb80106a5c42571660601c2167d6 (diff)
downloademacs-262a23dac0ad6c06197a9e2994dca4b896ac0a58.tar.gz
emacs-262a23dac0ad6c06197a9e2994dca4b896ac0a58.zip
* doc/misc/tramp.texi (Frequently Asked Questions): New item for ad-hoc
multi-hop files.
-rw-r--r--doc/misc/tramp.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 012c58658a6..87c7c8054f1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3691,6 +3691,24 @@ I would like to thank all @value{tramp} users who have contributed to
3691the different recipes! 3691the different recipes!
3692 3692
3693 3693
3694@item I have saved @value{tramp} file names as indicated. But it
3695doesn't work in a new @value{emacsname} session!
3696
3697If you have saved an ad-hoc multi-hop @value{tramp} file name
3698(@pxref{Ad-hoc multi-hops}) via bookmarks, recent files,
3699@ifset emacs
3700filecache, bbdb,
3701@end ifset
3702or another package, you must use the full ad-hoc file name including
3703all hops, like @file{@trampfn{ssh, bird,
3704bastion|ssh@value{postfixhop}news.my.domain, /opt/news/etc}}.
3705
3706Alternatively, if you save only the abbreviated multi-hop file name
3707@file{@trampfn{ssh, news, news.my.domain, /opt/news/etc}}, the
3708customer option @code{tramp-save-ad-hoc-proxies} must be set to a to a
3709non-@code{nil} value.
3710
3711
3694@ifset emacs 3712@ifset emacs
3695@item 3713@item
3696How can I use @value{tramp} to connect to a remote @value{emacsname} 3714How can I use @value{tramp} to connect to a remote @value{emacsname}