diff options
| author | Eli Zaretskii | 2025-04-05 07:07:29 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-05 07:07:29 -0400 |
| commit | 2054060d56573e9dadc53b69a5aa4063e4cebae6 (patch) | |
| tree | cd01e02394207215c4004b6170bc744a4755febd /doc/misc | |
| parent | d403be4811a3d541785f58a5ed75a9ccda3fb781 (diff) | |
| parent | ae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6 (diff) | |
| download | emacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.tar.gz emacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.zip | |
Merge from origin/emacs-30
ae7f65f3f9c Fix obsolete documentation of desktop library
fd5f817882a Improve Tramp's initial warnings
1e865a2f288 Explain, how to suppress Tramp warnings
a0962074743 printed manuals: xrefs in and out of "Preparing Patches"
3f9ac99fc7e Fix Tramp's file-attributes cache
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a22e514f055..c3af74ea1df 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -6769,6 +6769,15 @@ the following settings are required: | |||
| 6769 | @end group | 6769 | @end group |
| 6770 | @end lisp | 6770 | @end lisp |
| 6771 | 6771 | ||
| 6772 | @vindex warning-suppress-types | ||
| 6773 | @value{tramp} warnings are displayed in the @file{*Warnings*} buffer, | ||
| 6774 | which pops up. If you don't want to see this buffer for every | ||
| 6775 | @value{tramp} warning, set @code{warning-suppress-types}: | ||
| 6776 | |||
| 6777 | @lisp | ||
| 6778 | (setq warning-suppress-types '((tramp))) | ||
| 6779 | @end lisp | ||
| 6780 | |||
| 6772 | If @code{tramp-verbose} is greater than or equal to 10, Lisp | 6781 | If @code{tramp-verbose} is greater than or equal to 10, Lisp |
| 6773 | backtraces are also added to the @value{tramp} debug buffer in case of | 6782 | backtraces are also added to the @value{tramp} debug buffer in case of |
| 6774 | errors. | 6783 | errors. |