unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Helmut Eller <eller.helmut@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 7279@debbugs.gnu.org
Subject: bug#7279: 24.0.50; print-escape-multibyte not honored
Date: Mon, 25 Oct 2010 21:04:38 +0200	[thread overview]
Message-ID: <m24ocaw0u1.fsf@gmail.com> (raw)
In-Reply-To: <m2tykaxiap.fsf@igel.home> (Andreas Schwab's message of "Mon, 25 Oct 2010 20:02:06 +0200")

* Andreas Schwab [2010-10-25 18:02] writes:

> 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.

And this?

(with-temp-file "/tmp/x.x"
  (set-buffer-multibyte nil)
  (let ((print-escape-multibyte nil))
    (prin1 (string ?\x80) (current-buffer))))

Helmut





  reply	other threads:[~2010-10-25 19:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-25 11:39 bug#7279: 24.0.50; print-escape-multibyte not honored Helmut Eller
2010-10-25 18:02 ` Andreas Schwab
2010-10-25 19:04   ` Helmut Eller [this message]
2017-01-30  7:12     ` npostavs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24ocaw0u1.fsf@gmail.com \
    --to=eller.helmut@gmail.com \
    --cc=7279@debbugs.gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).