]> git.eshelyaron.com Git - emacs.git/commit
Fix some Tramp oddities
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 21 May 2024 16:13:40 +0000 (18:13 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:29:43 +0000 (10:29 +0200)
commit4df0f39d3af53f174d22319722ba5cbb7518dbb6
tree5e00d135419bc285c108f9b6df35b9ad55ad430d
parent55386e1689fe71dad6b260c853c77206b289f8f6
Fix some Tramp oddities

* lisp/net/tramp-container.el: Move connection-local settings
where they belong to.

* lisp/net/tramp-sshfs.el (tramp-connection-properties): Do not
set connection property "direct-async-process".
(tramp-direct-async-process): Set connection-local value.

* test/lisp/net/tramp-tests.el (comp-warn-primitives): Declare.
(tramp-test18-file-attributes): Use it.

(cherry picked from commit 9aeb4872d473695b75a27184b7e90868c15242c9)
lisp/net/tramp-container.el
lisp/net/tramp-sshfs.el
test/lisp/net/tramp-tests.el