From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: bug#7279: 24.0.50; print-escape-multibyte not honored Date: Mon, 25 Oct 2010 20:02:06 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288030831 31265 80.91.229.12 (25 Oct 2010 18:20:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 18:20:31 +0000 (UTC) Cc: 7279@debbugs.gnu.org To: Helmut Eller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 25 20:20:30 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PARej-0001lx-W3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Oct 2010 20:20:26 +0200 Original-Received: from localhost ([127.0.0.1]:36825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PARYD-0006ZY-6E for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Oct 2010 14:13:41 -0400 Original-Received: from [140.186.70.92] (port=38629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PARXs-0004I2-Oc for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:13:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PARXT-0004NG-Rn for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:12:58 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PARXT-0004NC-QF for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:12:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PARK2-00012J-3c; Mon, 25 Oct 2010 13:59:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andreas Schwab Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Oct 2010 17:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7279 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7279-submit@debbugs.gnu.org id=B7279.12880294883968 (code B ref 7279); Mon, 25 Oct 2010 17:59:02 +0000 Original-Received: (at 7279) by debbugs.gnu.org; 25 Oct 2010 17:58:08 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PARJ9-00011x-TK for submit@debbugs.gnu.org; Mon, 25 Oct 2010 13:58:08 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PARJ8-00011b-1C for 7279@debbugs.gnu.org; Mon, 25 Oct 2010 13:58:06 -0400 Original-Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 4432A1C15AF3; Mon, 25 Oct 2010 20:02:07 +0200 (CEST) Original-Received: from igel.home (ppp-88-217-114-90.dynamic.mnet-online.de [88.217.114.90]) by mail.mnet-online.de (Postfix) with ESMTP id 2D4291C0028B; Mon, 25 Oct 2010 20:02:07 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id BA85FCA2A0; Mon, 25 Oct 2010 20:02:06 +0200 (CEST) X-Yow: If elected, Zippy pledges to each and every American a 55-year-old houseboy... In-Reply-To: (Helmut Eller's message of "Mon, 25 Oct 2010 13:39:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 25 Oct 2010 13:59:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41128 Archived-At: Helmut Eller 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."