|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics |
Date: | Mon, 17 Aug 2015 21:50:28 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 |
On 08/17/2015 09:38 PM, Paul Eggert wrote:
(message "Buffer %qs is read only." buf)I could easily implement that and turn existing uses of "ā%sā" to "%qs", if you think it'd help.
I think so.
It's a bit more complicated and it would not address all the uses of curved quotes in diagnostics, but it would address many of them.
The other uses, which currently don't employ a formatting sequence, can be changed to use %qs as well. It'll just be less of a mechanical conversion.
[Prev in Thread] | Current Thread | [Next in Thread] |