emacs-devel
[Top][All Lists]
Advanced

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

Re: Translation of single quotes in doc strings is now optional.


From: Paul Eggert
Subject: Re: Translation of single quotes in doc strings is now optional.
Date: Fri, 19 Jun 2015 08:21:47 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Michael Albinus wrote:
Why not the other way around: let `format' translate the quotes, unless
they are written as (format "Rename \\=`%s' to \\=`%s'" old new)

Unfortunately 'format' is often used to format regular expressions that contain grave accents. For example:

(format "\\`%s\\'" (car e))

We could change all the Emacs code that does this, but I expect user code does it too, and so it'd probably be a mistake to alter 'format' in the way you're suggesting.



reply via email to

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