mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Update Tramp manual
* doc/misc/tramp.texi (Remote processes): Add another reason why a direct asynchronous process could fail.
This commit is contained in:
parent
504bdd560a
commit
85d2d7982d
1 changed files with 5 additions and 0 deletions
|
@ -4580,6 +4580,11 @@ It does not report the remote terminal name via @code{process-tty-name}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
It does not set process property @code{remote-pid}.
|
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
|
@end itemize
|
||||||
|
|
||||||
In order to gain even more performance, it is recommended to bind
|
In order to gain even more performance, it is recommended to bind
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue