|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics |
Date: | Tue, 25 Aug 2015 14:38:47 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 |
On 08/25/2015 10:11 AM, Paul Eggert wrote:
I gave it a shot in master commit 68280c5ee9b87d874ffa7c111b3cac7e634cee22. There are a couple of followup patches, so that docstrings and diagnostics prefer directed to neutral quotes when quoting code and data. Comments welcome.
I'd like to point out that since `format' doesn't translate quotes anymore, the "\\`%s\\'" example doesn't apply: we're unlikely to encounter beginning-of-string and end-of-string anchors in the messages displayed to the user.
With that in mind, why can't format-message translate ` and ' to curlies? Then we won't need the latter in the source code.
[Prev in Thread] | Current Thread | [Next in Thread] |