[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to disable warnings about single quotes in emacs-29
From: |
Philip Kaludercic |
Subject: |
Re: How to disable warnings about single quotes in emacs-29 |
Date: |
Tue, 07 Jun 2022 08:45:32 +0000 |
Thierry Volpiatto <thievol@posteo.net> writes:
> I have now such warnings:
>
> Warning: docstring has wrong usage of unescaped single quotes (use \=
> or different quoting)
>
> How one is supposed to stop these warnings apart replacing all "'"
> accumulated since 12 years or so with "\\='".
A short-term, radical solution would be to set `byte-compile-warnings',
globally or file locally, to (not docstrings).
I am surprised that the byte compiler is taking care of this, and not
checkdoc. Checkdoc could at least propose to automatically fix the
text.
> Thanks.
- How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29,
Philip Kaludercic <=
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/07