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

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

bug#52459: 28.0.90; prin1-to-string does not escape bidi control charact


From: Daniel Mendler
Subject: bug#52459: 28.0.90; prin1-to-string does not escape bidi control characters despite print-escape-control-characters=t
Date: Tue, 14 Dec 2021 19:51:50 +0100


On 12/14/21 7:47 PM, Eli Zaretskii wrote:
>> Cc: 52459@debbugs.gnu.org
>> From: Daniel Mendler <mail@daniel-mendler.de>
>> Date: Tue, 14 Dec 2021 19:32:47 +0100
>>
>> On 12/14/21 7:23 PM, Dmitry Gutov wrote:
>>> I just did a little testing, and it seems 
>>> 'print-escape-control-characters' only affects 'prin1-to-string' and 
>>> 'prin1' but not 'message' or 'format'.
>>
>> No, `print-escape-multibyte` also applies to `format  and `message`. Try
>> the following:
>>
>> (let ((print-escape-multibyte t))
>>   (format "%S" bidi-directional-controls-chars)
>>   (message "%S" bidi-directional-controls-chars))
> 
> Strings are not usually formatted using %S, they are formatted using
> %s.  It would be unreasonable to expect Lisp programs to use %S for
> formatting strings.

I am talking about creating string representations of Elisp values. I
did not exclusively talk about strings. Strings are of course also Elisp
values, but for a debugger UI it is useful to produce string
representations of general Elisp values.





reply via email to

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