bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25483: 26.0.50; Not possible to put ASCII quote in result of format-


From: npostavs
Subject: bug#25483: 26.0.50; Not possible to put ASCII quote in result of format-message
Date: Thu, 19 Jan 2017 07:56:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

tags 25483 notabug
quit

Philipp Stephani <p.stephani2@gmail.com> writes:

> Evaluate:
>
> (format-message "'")
> "’"
> (format-message "\\='")
> "\\=’"
>
> Note that it is apparently impossible to put an ASCII quote into the
> result of format-message.  Quoting with \= doesn't appear to work.
>

You can do (format-message "%s" "'").





reply via email to

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