]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain, how to suppress Tramp warnings
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Apr 2025 16:37:22 +0000 (18:37 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:36:01 +0000 (07:36 +0200)
* doc/misc/tramp.texi (Frequently Asked Questions): Remove double item.
(Traces and Profiles): Mention `warning-suppress-types'.  (Bug#77422)

(cherry picked from commit 1e865a2f2889ecbee06b9eefdd82a4cda04d6eee)

doc/misc/tramp.texi

index 45948ad95dc27136b513bb2f3d771de6eb4fdcef..9c31cce0e56f16cff04d6f9da20a94b04853a45c 100644 (file)
@@ -6743,6 +6743,15 @@ the following settings are required:
 @end group
 @end lisp
 
+@vindex warning-suppress-types
+@value{tramp} warnings are displayed in the @file{*Warnings*} buffer,
+which pops up.  If you don't want to see this buffer for every
+@value{tramp} warning, set @code{warning-suppress-types}:
+
+@lisp
+(setq warning-suppress-types '((tramp)))
+@end lisp
+
 If @code{tramp-verbose} is greater than or equal to 10, Lisp
 backtraces are also added to the @value{tramp} debug buffer in case of
 errors.