emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bytecomp: doc string wider than 80 spurious warnings are back


From: Michael Heerdegen
Subject: Re: bytecomp: doc string wider than 80 spurious warnings are back
Date: Fri, 29 Sep 2023 01:04:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

"T.V Raman" <raman@google.com> writes:

> Incidentally adding a form of the form (setq byte-compiler-warnings
> '(not docstrings))
> failed to suppress that warning.

Note: The name of the variable is `byte-compile-warnings', not
`byte-compiler-warnings' (i.e., without character "r" after "compile").

If the authors of hydra don't care they should probably just add a file
local binding for that variable.  Or use `with-suppressed-warnings' in
the respective macro definitions, that should also work I think.

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]