diff options
| author | Helmut Eller | 2026-02-13 09:10:16 +0100 |
|---|---|---|
| committer | Helmut Eller | 2026-02-13 09:10:16 +0100 |
| commit | 91c9e9883488d715a30877dfd7641ef4b3c62658 (patch) | |
| tree | e2c4525147e443f86baf9d0144aeadec082d7564 /doc/misc/tramp.texi | |
| parent | 9a4a54af9192a6653164364c75721ee814ffb1e8 (diff) | |
| parent | f1fe4d46190263e164ccd1e066095d46a156297f (diff) | |
| download | emacs-feature/igc.tar.gz emacs-feature/igc.zip | |
Merge branch 'master' into feature/igcfeature/igc
Diffstat (limited to 'doc/misc/tramp.texi')
| -rw-r--r-- | doc/misc/tramp.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index c916588a060..73c3e1ed326 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -6658,7 +6658,7 @@ root directory, it is most likely sufficient to make the | |||
| 6658 | @code{default-directory} of the process buffer as the root directory. | 6658 | @code{default-directory} of the process buffer as the root directory. |
| 6659 | 6659 | ||
| 6660 | 6660 | ||
| 6661 | @subsection Timers, process filters, process sentinels, redisplay | 6661 | @subsection Timers, process filters, process sentinels, special events, redisplay |
| 6662 | 6662 | ||
| 6663 | @vindex remote-file-error | 6663 | @vindex remote-file-error |
| 6664 | Timers run asynchronously at any time when Emacs is waiting for | 6664 | Timers run asynchronously at any time when Emacs is waiting for |
| @@ -6678,7 +6678,13 @@ wrapping the timer function body as follows: | |||
| 6678 | @end lisp | 6678 | @end lisp |
| 6679 | 6679 | ||
| 6680 | A similar problem could happen with process filters, process | 6680 | A similar problem could happen with process filters, process |
| 6681 | sentinels, and redisplay (updating the mode line). | 6681 | sentinels, special event handlers, and redisplay (updating the mode |
| 6682 | line). | ||
| 6683 | |||
| 6684 | @strong{Note} that @value{tramp} raises a @code{remote-file-error} | ||
| 6685 | error for any connection-related problem. You can protect against all | ||
| 6686 | such problems with the code snippet above (or with a | ||
| 6687 | @code{condition-case} form with a @code{remote-file-error} handler). | ||
| 6682 | 6688 | ||
| 6683 | 6689 | ||
| 6684 | @node Extension packages | 6690 | @node Extension packages |