]> git.eshelyaron.com Git - emacs.git/commit
Handle also port and domain in Tramp proxy definitions
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 6 Nov 2018 14:48:05 +0000 (15:48 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 6 Nov 2018 14:48:05 +0000 (15:48 +0100)
commit3abe7bfe306706a95ca8dc404c7645073c949507
treeb4221e4bd7527ce22f3040e0ea6603ec1954c0a7
parentff1ee4e0bef4f62b758b70266d2f21be166924c3
Handle also port and domain in Tramp proxy definitions

* doc/misc/tramp.texi (Multi-hops): Exclude ports and domains from
pattern expansion.

* lisp/net/tramp-cmds.el (tramp-cleanup-all-connections):
Remove ad-hoc proxies.

* lisp/net/tramp-sh.el (tramp-compute-multi-hops): Handle also
port and domain in the proxy.  Propertize ad-hoc proxies.

* lisp/net/tramp.el (tramp-default-proxies-alist): Adapt docstring.

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