From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ^M in the info files Date: Sat, 10 Jan 2009 21:12:06 +0200 Message-ID: References: <00aa01c951a0$4535a2d0$0200a8c0@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231614813 20722 80.91.229.12 (10 Jan 2009 19:13:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 19:13:33 +0000 (UTC) Cc: 876-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 10 20:14:44 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LLjHR-0000Te-0p for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 20:13:57 +0100 Original-Received: from localhost ([127.0.0.1]:58219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLjGA-0004fs-PL for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 14:12:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLjFu-0004Zp-C5 for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:12:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLjFr-0004X7-Gy for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:12:21 -0500 Original-Received: from [199.232.76.173] (port=42648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLjFr-0004Wu-8U for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:12:19 -0500 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:22118) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLjFq-0002vN-S1 for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:12:19 -0500 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KD900700RW64N00@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Sat, 10 Jan 2009 21:12:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD9002C7S08UI50@i-mtaout1.012.net.il>; Sat, 10 Jan 2009 21:12:09 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107764 Archived-At: > Date: Sat, 10 Jan 2009 19:23:28 +0100 > From: "Juanma Barranquero" > Cc: 876-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org > > On Sat, Jan 10, 2009 at 16:13, Eli Zaretskii wrote: > > > I cannot reproduce this (tried with compressing info/emacs*). Please > > send a complete self-contained recipe. > > Sorry, apparently it depends on something in my .emacs. It's still a > bug, though. > > Try with > > cd info > gzip efaq > emacs -Q -eval "(progn (set-language-environment \"UTF-8\") (info \"(efaq)Top\"))" Yes, I see that now, but it has something to do with UTF-8 as the language environment (it works correctly without it). The Info buffer has utf-8-unix as its buffer-file-coding-system, which is another sign. So I think this is a separate bug. Please file a separate bug report for it.