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 17:13:56 +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 1231600458 10086 80.91.229.12 (10 Jan 2009 15:14:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 15:14:18 +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 16:15:28 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 1LLfYZ-00064b-Nc for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 16:15:24 +0100 Original-Received: from localhost ([127.0.0.1]:39813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLfXJ-0004OS-Gh for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 10:14:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLfXA-0004Ke-MA for emacs-devel@gnu.org; Sat, 10 Jan 2009 10:13:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLfX8-0004JW-Vg for emacs-devel@gnu.org; Sat, 10 Jan 2009 10:13:55 -0500 Original-Received: from [199.232.76.173] (port=36617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLfX8-0004JJ-Jx for emacs-devel@gnu.org; Sat, 10 Jan 2009 10:13:54 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:61750) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLfX8-0006Co-3E for emacs-devel@gnu.org; Sat, 10 Jan 2009 10:13:54 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KD900500GYYSJ00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sat, 10 Jan 2009 17:13:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KD900BZ7GZAEDE0@i_mtaout2.012.net.il>; Sat, 10 Jan 2009 17:13:59 +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:107757 Archived-At: > Date: Sat, 10 Jan 2009 15:07:37 +0100 > From: "Juanma Barranquero" > Cc: 876-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org > > On Sat, Jan 10, 2009 at 12:15, Eli Zaretskii wrote: > > > I fixed this bug. > > If the info files are compressed with gzip (using the Windows binary > from http://www.gzip.org), when visited from Info they still have > spurious ^M. I cannot reproduce this (tried with compressing info/emacs*). Please send a complete self-contained recipe. Does "spurious" mean that every line has a ^M, like you saw before the fix, or just some lines? Also, does the above reference to http://www.gzip.org means that files compressed by other versions of gzip do work as intended? > As an aside, when I use MSYS' gzip I get an error in decompressing: > > Error while executing "gzip -c -q -d < c:/emacs/info/efaq.gz" > gzip: stdin: invalid compressed data--crc error > > Could be related to CRLF issues in the redirection (but this is a gzip > problem, not Emacs', of course). Right, and I don't have MSYS anyway.