From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: ^M in the info files Date: Sat, 10 Jan 2009 15:07:37 +0100 Message-ID: References: <00aa01c951a0$4535a2d0$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231596488 31341 80.91.229.12 (10 Jan 2009 14:08:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 14:08:08 +0000 (UTC) Cc: 876-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 10 15:09:19 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 1LLeWQ-00039p-TW for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 15:09:07 +0100 Original-Received: from localhost ([127.0.0.1]:60264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLeVA-0008U1-Mp for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 09:07:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLeV5-0008Tk-Uo for emacs-devel@gnu.org; Sat, 10 Jan 2009 09:07:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLeV4-0008TY-KD for emacs-devel@gnu.org; Sat, 10 Jan 2009 09:07:43 -0500 Original-Received: from [199.232.76.173] (port=35777 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLeV4-0008TV-Bv for emacs-devel@gnu.org; Sat, 10 Jan 2009 09:07:42 -0500 Original-Received: from mail-bw0-f12.google.com ([209.85.218.12]:40789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLeV2-0006x5-UE; Sat, 10 Jan 2009 09:07:41 -0500 Original-Received: by bwz5 with SMTP id 5so21497284bwz.18 for ; Sat, 10 Jan 2009 06:07:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=2xJ4aCegSpjNKOjUhTKydvHsmoiQZfcgJtEROQwwQdw=; b=mOjIdmyYG2xuMXdrIHVMx/5XJZ4YjKE1cmQ3dEQgfhtyGZJ2NJgrxBEQ6Uk43xeibL uSZ4mun3Wom1crWxtWs1fOyvVZwcc+fTmhatnW5eHXOQNVNFiedN8bb5sQiZnQblF1DK pHvVIu1/caagndf2gxlq9bRnnNM87GC7QT7mA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IB4E3kPi1mA3XPneJtMTBGjJD5H9zZYclnYJii/jkxDrH6CaHcVlaFciAUlyLO3H6I yLo4nmRGC3q+0mQBlitH2iR2pagaNl2zG8n1WNNkYTmwh6UZFp/3tH+8/TaVeAU6FC0Z atWDumKGbMNEoAykBg5BhnxL0zk4TcPErKsFs= Original-Received: by 10.223.116.18 with SMTP id k18mr19412870faq.104.1231596457552; Sat, 10 Jan 2009 06:07:37 -0800 (PST) Original-Received: by 10.223.115.79 with HTTP; Sat, 10 Jan 2009 06:07:37 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107753 Archived-At: 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. 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). Juanma