From 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 21 Nov 2022 14:49:54 +0100 Subject: Activate direct asynchronous processes for Tramp container methods * doc/misc/tramp.texi (Remote processes): Mention also tramp-container.el. * lisp/emacs-lisp/ert-x.el (ert-remote-temporary-file-directory): Add `tramp-direct-async' to "mock" method. * lisp/net/tramp-container.el (tramp-methods) : Add `tramp-direct-async'. * lisp/net/tramp.el (tramp-methods): Adapt docstring. (tramp-handle-make-process): Handle `tramp-direct-async'. * test/lisp/net/tramp-tests.el (tramp-methods) : Add `tramp-direct-async'. --- lisp/emacs-lisp/ert-x.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp/ert-x.el') diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index a891f068a70..49f2a1d6965 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el @@ -560,6 +560,7 @@ The same keyword arguments are supported as in '("mock" (tramp-login-program "sh") (tramp-login-args (("-i"))) + (tramp-direct-async ("-c")) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 10))) -- cgit v1.2.3