]> git.eshelyaron.com Git - emacs.git/commit
Cleanups for Tramp out-of-band methods on MS Windows
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 9 May 2021 13:37:37 +0000 (15:37 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 9 May 2021 13:37:37 +0000 (15:37 +0200)
commit515cac0dc046940bbbcb7deb5c7e8dcf8c785359
treed96cb5d5f2e7414c16b37aaf4ec492a39808196d
parent457c44a2055f70dd02e8e34781d43fd24e2355ba
Cleanups for Tramp out-of-band methods on MS Windows

* doc/misc/tramp.texi (Frequently Asked Questions):
tramp-use-ssh-controlmaster-options is nil on MS Windows.

* lisp/net/tramp.el (tramp-unquote-shell-quote-argument): Revert previous
change, it worked (not as expected but) properly.

* test/lisp/net/tramp-tests.el (tramp-test17-dired-with-wildcards):
Don't skip on MS Windows.
(tramp--test-windows-nt-and-scp-p): Remove.
(tramp--test-special-characters): Skip for out-of-band methods on
MS Windows, sometimes.
doc/misc/tramp.texi
lisp/net/tramp.el
test/lisp/net/tramp-tests.el