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

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

bug#7279: 24.0.50; print-escape-multibyte not honored


From: Andreas Schwab
Subject: bug#7279: 24.0.50; print-escape-multibyte not honored
Date: Mon, 25 Oct 2010 20:02:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Helmut Eller <eller.helmut@gmail.com> writes:

> This code:
>
> (with-temp-file "/tmp/x.x"
>   (let ((print-escape-multibyte nil))
>     (prin1 (string ?\x03bb) (current-buffer))))
>
> writes "\x03bb" to the file, i.e. it seems to ignore the value
> of print-escape-multibyte.

I cannot reprodoce that.  I also tried setting print-escape-multibyte to
t and got the expected effect.  Note that print-escape-multibyte is nil
by default anyway.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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