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 22:04:18 +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 1231621506 8753 80.91.229.12 (10 Jan 2009 21:05:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 21:05:06 +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 22:06:15 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 1LLl1d-0000gC-T4 for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 22:05:53 +0100 Original-Received: from localhost ([127.0.0.1]:33617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLl0N-0002i8-Qo for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 16:04:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLl0K-0002i3-HL for emacs-devel@gnu.org; Sat, 10 Jan 2009 16:04:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLl0K-0002hr-33 for emacs-devel@gnu.org; Sat, 10 Jan 2009 16:04:24 -0500 Original-Received: from [199.232.76.173] (port=34813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLl0K-0002ho-04 for emacs-devel@gnu.org; Sat, 10 Jan 2009 16:04:24 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.147]:47599) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLl0F-0000Pt-GO; Sat, 10 Jan 2009 16:04:19 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so1173892eyg.24 for ; Sat, 10 Jan 2009 13:04:18 -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=tN0nYb8YpIOrKobM9SQHNfQClXU65y27ivEmIHx6MsM=; b=yCX2TFz7HzgIIrLUn9TAVVrcxvNCOItqTNJppF3XK6rvx3CZszkKbr8RA2SLCNLSSm fqMuSYHTDjlfkNq+cKht0Lmv6TMNvEop9SHW313WBLN50BeTNRYxCttBvce/Fueita4t 3Gp129R3KYEYdydd4YvYLfCmhhLxF1ZoW7uLw= 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=FACMc+BhAAw3pGWOauqqdyDzTunK6bwOVdvibMJEM1mQajgwejyIF5iHNOSj7xMd20 6B3Ph6Zb4v+99XvbIsPbgZgkLcsatwP5V0UeatAM2G8PABRSx4+rioh9o3AveAQ2ML5E 5aO0VhlTGcw1SiIc9YD38jxwYQdxLMZXFKoRM= Original-Received: by 10.210.58.13 with SMTP id g13mr12792623eba.187.1231621458091; Sat, 10 Jan 2009 13:04:18 -0800 (PST) Original-Received: by 10.210.126.1 with HTTP; Sat, 10 Jan 2009 13:04:18 -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:107771 Archived-At: On Sat, Jan 10, 2009 at 20:19, Eli Zaretskii wrote: >> gzip: illegal option -- Q >> usage: gzip [-acdfhlLnNrtvV19] [-S suffix] [file ... >> >> (this with the standard www.gzip.org version). My mistake. My command interpreter was trying to execute emacs.gz. Sorry for the noise. Juanma