[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.
- bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/25
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Stefan Kangas, 2023/09/25
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/26
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Stefan Kangas, 2023/09/27
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/27
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Emanuel Berg, 2023/09/27
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/27
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Emanuel Berg, 2023/09/27
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Stefan Kangas, 2023/09/28
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/28
- Re: bytecomp: doc string wider than 80 spurious warnings are back,
Michael Heerdegen <=
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/28
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Eli Zaretskii, 2023/09/29
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Stefan Kangas, 2023/09/29
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/29
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Emanuel Berg, 2023/09/29
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Eli Zaretskii, 2023/09/29
- Re: bytecomp: doc string wider than 80 spurious warnings are back, Stefan Kangas, 2023/09/28
- Re: bytecomp: doc string wider than 80 spurious warnings are back, T.V Raman, 2023/09/28