summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-11-21 14:49:54 +0100
committerMichael Albinus <michael.albinus@gmx.de>2022-11-21 14:49:54 +0100
commit61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (patch)
tree037f438720579fedeac84cda0ab0fc0ca7675919 /doc
parenta3b654e069e563b0a2a6335ec310ada51400ac09 (diff)
downloademacs-61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f.tar.gz
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) <docker, podman, kubernetes>: 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) <mock>: Add `tramp-direct-async'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 19f82b2447b..403c0daa67b 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -4253,8 +4253,9 @@ Furthermore, this approach has the following limitations:
@itemize
@item
-It works only for connection methods defined in @file{tramp-adb.el},
-@file{tramp-sh.el} and @file{tramp-sshfs.el}.
+It works only for some connection methods defined in
+@file{tramp-adb.el}, @file{tramp-container.el}, @file{tramp-sh.el} and
+@file{tramp-sshfs.el}.
@item
It does not support interactive user authentication. With