emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c4151eb: Improve the optional translation of qu


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] master c4151eb: Improve the optional translation of quotes
Date: Sun, 21 Jun 2015 22:09:06 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

Hi Paul,

On 06/19/2015 10:39 AM, Paul Eggert wrote:
branch: master
commit c4151ebe15479de4c2e511b068cdf9af6a4576cf
Author: Paul Eggert <address@hidden>

-    (princ (format "\n     ‘%s’ value is\n       " symbol))
+    (princ (format (substitute-command-keys "\n     ‘%s’ value is\n       ")
+                   symbol))
      (if (and value (symbolp value))
-        (princ (format "‘%s’" value))
+        (princ (format (substitute-command-keys "‘%s’") value))
...etc

With this change, the source files might as well contain ASCII quotes, couldn't they?




reply via email to

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