]> git.eshelyaron.com Git - emacs.git/commit
Add connection-local variable `tramp-direct-async-process'
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 19 May 2024 12:13:03 +0000 (14:13 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:42:33 +0000 (09:42 +0200)
commit01de6187738ae612ab7a9f5d3c567325f81bbe0f
tree312afb2893609a2321a8c1f46789e9fdd10356c8
parentc28df664b6970b4109dff41f070795130a7f0a04
Add connection-local variable `tramp-direct-async-process'

* doc/misc/tramp.texi (Predefined connection information):
Remove "direct-async-process".
(Remote processes): Explain connection-local variable
tramp-direct-async-process.

* etc/NEWS: Add connection-local variable 'tramp-direct-async-process'.

* lisp/net/tramp-compat.el (tramp-compat-connection-local-p): Sync with
Emacs source.
(tramp-compat-connection-local-value): New defalias.

* lisp/net/tramp-message.el (tramp-warning): New defsubst.

* lisp/net/tramp.el (tramp-direct-async-process): New defvar.
(tramp-direct-async-process-p): Use connection-local variable for
check.  (Bug#70959)

* test/lisp/net/tramp-tests.el
(tramp--test-deftest-direct-async-process):
Use connection-local-variable `tramp-direct-async-process'.

(cherry picked from commit c4cc905d6b01eb049b8d9400da2722d7f818d623)
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-compat.el
lisp/net/tramp-message.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el