From: Michael Albinus Date: Wed, 2 Apr 2025 16:37:22 +0000 (+0200) Subject: Explain, how to suppress Tramp warnings X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5a30cae97cc5b97d5c850bdbe04d80bbc4efd75;p=emacs.git Explain, how to suppress Tramp warnings * doc/misc/tramp.texi (Frequently Asked Questions): Remove double item. (Traces and Profiles): Mention `warning-suppress-types'. (Bug#77422) (cherry picked from commit 1e865a2f2889ecbee06b9eefdd82a4cda04d6eee) --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 45948ad95dc..9c31cce0e56 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -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.