diff options
| author | Michael Albinus | 2018-12-09 09:55:29 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-12-09 09:55:29 +0100 |
| commit | 18442da60fd7f1afd453c5264f133ebb7733c746 (patch) | |
| tree | d13b2bd6d5cf78344fc0123ad54d29a7b8073ccf | |
| parent | 1e3e24d957eb6b1bc5d25f506ef080d1ad553ec8 (diff) | |
| download | emacs-18442da60fd7f1afd453c5264f133ebb7733c746.tar.gz emacs-18442da60fd7f1afd453c5264f133ebb7733c746.zip | |
Tramp multi-hop methods must be inline
* doc/misc/tramp.texi (Ad-hoc multi-hops): Involved methods must
be inline methods.
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6e026837079..d8bd85025c6 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2594,6 +2594,8 @@ proxy @samp{bird@@bastion} to a remote file on @samp{you@@remotehost}: | |||
| 2594 | @kbd{C-x C-f @value{prefix}ssh@value{postfixhop}bird@@bastion|ssh@value{postfixhop}you@@remotehost@value{postfix}/path @key{RET}} | 2594 | @kbd{C-x C-f @value{prefix}ssh@value{postfixhop}bird@@bastion|ssh@value{postfixhop}you@@remotehost@value{postfix}/path @key{RET}} |
| 2595 | @end example | 2595 | @end example |
| 2596 | 2596 | ||
| 2597 | Each involved method must be an inline method (@pxref{Inline methods}). | ||
| 2598 | |||
| 2597 | Proxies can take patterns @code{%h} or @code{%u}. | 2599 | Proxies can take patterns @code{%h} or @code{%u}. |
| 2598 | 2600 | ||
| 2599 | @value{tramp} adds the ad-hoc definitions on the fly to | 2601 | @value{tramp} adds the ad-hoc definitions on the fly to |