]> git.eshelyaron.com Git - emacs.git/commit
Tramp: Don't require PuTTY 0.82 anymore
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 15 Feb 2025 16:12:52 +0000 (17:12 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Feb 2025 19:34:08 +0000 (20:34 +0100)
commitced27394cf1181bdb40c7cf54d65bc441789dd3a
treed3a861baeb24eda5f2d5fe1a5c04753456a3acfe
parentbc8564a9f0307bdedd71d9fdf23555bda5544d0b
Tramp: Don't require PuTTY 0.82 anymore

* doc/misc/tramp.texi: Revert last change.

* lisp/net/tramp-cache.el (with-tramp-saved-connection-properties):
Adapt `tramp-verbose' when completing host names.

* lisp/net/tramp-sh.el (tramp-methods) <plink, plinkx, pscp, psftp>:
Adapt `tramp-login-args' and `tramp-copy-args' arguments.
(tramp-plink-option-exists-p): New defun.
(tramp-ssh-or-plink-options): Rename from
`tramp-ssh-controlmaster-options'.  Adapt further plink options.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Adapt calls.

* lisp/net/tramp.el (tramp-file-name-handler): Don't touch
`tramp-verbose'.

* test/lisp/net/tramp-tests.el (top): Set `vc-handled-backends' to nil.
(tramp--test-enabled): Rearrange code.

(cherry picked from commit 5fcf07ac096a588a561fae07d8177acd8e45498b)
doc/misc/tramp.texi
lisp/net/tramp-cache.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el