emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

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