diff options
| author | Michael Albinus | 2015-09-04 20:56:32 +0200 |
|---|---|---|
| committer | Michael Albinus | 2015-09-04 20:56:32 +0200 |
| commit | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (patch) | |
| tree | a8160c626dc273ab533e2b81b0d672b6e7140172 | |
| parent | 09c15856a926eb80106a5c42571660601c2167d6 (diff) | |
| download | emacs-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.texi | 18 |
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 | |||
| 3691 | the different recipes! | 3691 | the different recipes! |
| 3692 | 3692 | ||
| 3693 | 3693 | ||
| 3694 | @item I have saved @value{tramp} file names as indicated. But it | ||
| 3695 | doesn't work in a new @value{emacsname} session! | ||
| 3696 | |||
| 3697 | If 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 | ||
| 3700 | filecache, bbdb, | ||
| 3701 | @end ifset | ||
| 3702 | or another package, you must use the full ad-hoc file name including | ||
| 3703 | all hops, like @file{@trampfn{ssh, bird, | ||
| 3704 | bastion|ssh@value{postfixhop}news.my.domain, /opt/news/etc}}. | ||
| 3705 | |||
| 3706 | Alternatively, if you save only the abbreviated multi-hop file name | ||
| 3707 | @file{@trampfn{ssh, news, news.my.domain, /opt/news/etc}}, the | ||
| 3708 | customer option @code{tramp-save-ad-hoc-proxies} must be set to a to a | ||
| 3709 | non-@code{nil} value. | ||
| 3710 | |||
| 3711 | |||
| 3694 | @ifset emacs | 3712 | @ifset emacs |
| 3695 | @item | 3713 | @item |
| 3696 | How can I use @value{tramp} to connect to a remote @value{emacsname} | 3714 | How can I use @value{tramp} to connect to a remote @value{emacsname} |