emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagno


From: Paul Eggert
Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics
Date: Mon, 17 Aug 2015 09:41:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Dmitry Gutov wrote:
On 08/17/2015 06:44 AM, Paul Eggert wrote:

No, as that would break usages such as (format "\\`%s\\'" (car e)).
This sort of thing is reasonably common, so it'd be a compatibility
problem to change ‘format’ to replace accent-grave.

But it's not a compatibility problem to replace a relatively-rare combination of
characters? Just because the odds of it coming up are lower?

Yes, of course. When we change how Emacs behaves, it's important to see how likely these changes break existing uses in significant ways. If the odds are significantly nonzero, as would be the case if we changed the behavior of (format "...`..." ...), then we have a significant compatibility problem. In contrast, if the odds are very low -- the latter being true for (substitute-command-keys "...`...")) -- then we should be OK.



reply via email to

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