|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics |
Date: | Mon, 17 Aug 2015 00:44:28 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 |
On 08/16/2015 07:01 PM, Paul Eggert wrote:
branch: master commit 9ce1d38890a77e93af0d20f51c53419c097200d3 Author: Paul Eggert <address@hidden> Commit: Paul Eggert <address@hidden> Use curved quotes in core elisp diagnostics
And there we go, sneaking curved quotes everywhere in the Elisp source files. FTR, I hate that.
In the core elisp files, use curved quotes in diagnostic formats, so that they follow user preference as per ‘text-quoting-style’ rather than being hard-coded to quote `like this'.
Why do you need that? Doesn't (format "Expand `%s'? " string) use the "preferred quoting style"?
And if not, why don't you change it so it does?
[Prev in Thread] | Current Thread | [Next in Thread] |