[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to disable warnings about single quotes in emacs-29
From: |
Stefan Monnier |
Subject: |
Re: How to disable warnings about single quotes in emacs-29 |
Date: |
Tue, 07 Jun 2022 08:30:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
>> There no warnings for `foo', surely?
> Yes there is, to stop warning we have to write `foo\\=', same for
> e.g. "don't do this" we need "don\\='t do this" to avoid warnings.
If you bump into such a warning, please report it as a bug.
Emacs's own source compiles without emitting any such warnings, so you
can be sure that there are at least *some* cases where "don't" and
"`foo'" does not cause a warning, since we have many of those in
our docstrings. The things that tend to cause warnings are:
Set this to 'foo in order to crok the struble.
which should be rewritten to:
Set this to `foo' in order to crok the struble.
-- Stefan
- Re: How to disable warnings about single quotes in emacs-29, (continued)
- Re: How to disable warnings about single quotes in emacs-29, Po Lu, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Phil Sainty, 2022/06/07
- Re: How to disable warnings about single quotes in emacs-29, Po Lu, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Thierry Volpiatto, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Michael Heerdegen, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Po Lu, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Po Lu, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29, Lars Ingebrigtsen, 2022/06/08
- Re: How to disable warnings about single quotes in emacs-29,
Stefan Monnier <=
- Re: How to disable warnings about single quotes in emacs-29, Kaushal Modi, 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, Thierry Volpiatto, 2022/06/07