From f66d5c3916e7627ff2aff4914fae10be48f59245 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 17 Jul 2024 17:57:20 +0200 Subject: [PATCH] Update Tramp manual * doc/misc/tramp.texi (Remote processes): Add another reason why a direct asynchronous process could fail. (cherry picked from commit 85d2d7982d41d7c8ea31dd7150c78428a968944a) --- doc/misc/tramp.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index d7b9e7b1758..11beed77a79 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -4580,6 +4580,11 @@ It does not report the remote terminal name via @code{process-tty-name}. @item It does not set process property @code{remote-pid}. + +@item +It fails, when the command is too long. This can happen on +directories with a long directory name, or when the remote @env{PATH} +and/or other environment variables, which must be set, are too long. @end itemize In order to gain even more performance, it is recommended to bind -- 2.39.5