|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics |
Date: | Sat, 22 Aug 2015 19:31:37 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 |
On 08/20/2015 10:32 PM, Paul Eggert wrote:
Here's what's implemented in master now (either works): (format "‘add-to-list’ can't use var ‘%s’; use ‘push’ or ‘cl-pushnew’" sym)
Regarding automatic translation in `format': do you anticipate someone, somewhere, having a file with "‘add-to-list’" in its name, someone else writing a package which uses `format' for file name manipulation, and the first person trying it and getting an error on the file in question?
[Prev in Thread] | Current Thread | [Next in Thread] |