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: Lars Ingebrigtsen
Subject: Re: How to disable warnings about single quotes in emacs-29
Date: Tue, 07 Jun 2022 11:45:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Thierry Volpiatto <thievol@posteo.net> writes:

> I don't want to display 'foo as ’foo, I even don't know how to type this
> on my keyboard, I was quite quiet during some time by setting
> text-quoting-style to grave, but it seems not enough.

(That disables the ' => ’ translation for yourself, but not for others
that use the package, of course.)

> However I had to fix all the quotes in helm with "\\=". I had to write
> code to do this at once. But now docstrings in source code looks ugly
> and I will have to remember to use "\\=" each time I quote something
> like `foo', really a pain.

There no warnings for `foo', surely?

But if you want all quotes to never be displayed as the Unicode quotes
for all users of your packages, then nothing has changed in about a
decade -- you have to escape the quotes, because (by default) they're
translated.  The only thing that's new is that the byte compilation
warns when

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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