]> git.eshelyaron.com Git - emacs.git/commit
Add Tramp option showing ad-hoc multi-hops
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Jun 2023 16:25:32 +0000 (18:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Jun 2023 16:25:32 +0000 (18:25 +0200)
commit72f1c12e58ec2654779506480774e627d46d3693
treebd22815b6105859794e7d1f803309bb1bc857c1b
parent195ca6b9a37511e2681e75a35781074b16101a42
Add Tramp option showing ad-hoc multi-hops

* doc/misc/tramp.texi (Ad-hoc multi-hops):
Describe tramp-show-ad-hoc-proxies.

* lisp/net/tramp.el (tramp-show-ad-hoc-proxies): New defcustom.
(tramp-make-tramp-file-name): Use it.
(tramp-make-tramp-hop-name): Don't add hop twice.

* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect)
(tramp-test02-file-name-dissect-simplified)
(tramp-test02-file-name-dissect-separate): Adapt tests.
doc/misc/tramp.texi
lisp/net/tramp.el
test/lisp/net/tramp-tests.el