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:19:22 +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 1231615175 21781 80.91.229.12 (10 Jan 2009 19:19:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 19:19:35 +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:20:45 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 1LLjNz-0002m4-5H for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 20:20:43 +0100 Original-Received: from localhost ([127.0.0.1]:39920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLjMj-0007OY-2I for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 14:19:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLjMe-0007OS-UY for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:19:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLjMe-0007OG-GT for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:19:20 -0500 Original-Received: from [199.232.76.173] (port=43048 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLjMe-0007OD-BJ for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:19:20 -0500 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:43632) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLjMd-00041R-SP for emacs-devel@gnu.org; Sat, 10 Jan 2009 14:19:20 -0500 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KD900B00S437D00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Sat, 10 Jan 2009 21:19:25 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD900M60SCCJ8J0@i-mtaout6.012.net.il>; Sat, 10 Jan 2009 21:19:25 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:107765 Archived-At: > Date: Sat, 10 Jan 2009 19:23:28 +0100 > From: "Juanma Barranquero" > Cc: 876-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org > > cd info > gzip emacs > emacs -Q -eval "(info \"(emacs)Top\")" > => > gzip: illegal option -- Q > usage: gzip [-acdfhlLnNrtvV19] [-S suffix] [file ... > > (this with the standard www.gzip.org version). Doesn't happen to me, neither with gzip 1.2.4 from gzip.org, nor with v1.3.5 from GnuWin32. I did replace "emacs" with a full file name, though, to make sure it doesn't pick up some other version somewhere on my INFOPATH.