diff options
| author | Eli Zaretskii | 2024-11-09 07:34:57 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2024-11-09 07:34:57 -0500 |
| commit | 96beaeab06312f51f2dfe3bf310ea17ae32cae74 (patch) | |
| tree | a02b1be527330feb76306c1c0a5555354c39c369 /doc/misc | |
| parent | 0642d5f7da208e3237f17102858811c2d9c28990 (diff) | |
| parent | 3231af3727b450404efd6f49ddf5c95c5a8cbb0f (diff) | |
| download | emacs-96beaeab06312f51f2dfe3bf310ea17ae32cae74.tar.gz emacs-96beaeab06312f51f2dfe3bf310ea17ae32cae74.zip | |
Merge from origin/emacs-30
3231af3727b Improve 'open-network-stream' documentation.
fb55431c44e ; Fix typos in case-conversion descriptions
83f095d1fd4 ; Fix typo and indexing in the ELisp manual
37b1799c9e5 ; Instrument proced-tests.el further
03fa832b4dc Improve Tramp documentation on direct async processes
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a014319c02c..5afc41b3a4b 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -4631,6 +4631,18 @@ which must be set to a non-@code{nil} value. Example: | |||
| 4631 | @end group | 4631 | @end group |
| 4632 | @end lisp | 4632 | @end lisp |
| 4633 | 4633 | ||
| 4634 | This enables direct async processes for the host @samp{remotehost}. | ||
| 4635 | If you want to enable direct async processes for all remote hosts | ||
| 4636 | connected via the same method (e.g., @option{ssh}), use instead | ||
| 4637 | |||
| 4638 | @lisp | ||
| 4639 | @group | ||
| 4640 | (connection-local-set-profiles | ||
| 4641 | '(:application tramp :protocol "ssh") | ||
| 4642 | 'remote-direct-async-process) | ||
| 4643 | @end group | ||
| 4644 | @end lisp | ||
| 4645 | |||
| 4634 | Using direct asynchronous processes in @value{tramp} is not possible, | 4646 | Using direct asynchronous processes in @value{tramp} is not possible, |
| 4635 | if the remote host is connected via multiple hops | 4647 | if the remote host is connected via multiple hops |
| 4636 | (@pxref{Multi-hops}). In this case, @value{tramp} falls back to its | 4648 | (@pxref{Multi-hops}). In this case, @value{tramp} falls back to its |