From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: jka-compr.el doesn't recognise gzipped files from their magic bytes Date: Wed, 19 Sep 2007 20:43:33 +0200 Message-ID: References: <87vea8wsqo.fsf@uwakimon.sk.tsukuba.ac.jp> <87tzpswmjm.fsf@uwakimon.sk.tsukuba.ac.jp> <877imnia0p.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1190228533 22087 80.91.229.12 (19 Sep 2007 19:02:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2007 19:02:13 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, christopher.ian.moore@gmail.com To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 21:01:54 2007 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 1IY4Wa-00081M-Pi for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 20:43:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY4WZ-0006CT-0u for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 14:43:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IY4WW-0006CG-4U for emacs-devel@gnu.org; Wed, 19 Sep 2007 14:43:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IY4WU-0006Bk-LZ for emacs-devel@gnu.org; Wed, 19 Sep 2007 14:43:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY4WU-0006Bh-Fu for emacs-devel@gnu.org; Wed, 19 Sep 2007 14:43:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IY4WU-00052D-6X for emacs-devel@gnu.org; Wed, 19 Sep 2007 14:43:42 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IY4Vv-0001oX-Sr for emacs-pretest-bug@gnu.org; Wed, 19 Sep 2007 14:43:07 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IY4WQ-00051l-Fz for emacs-pretest-bug@gnu.org; Wed, 19 Sep 2007 14:43:41 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IY4WQ-00051L-2T for emacs-pretest-bug@gnu.org; Wed, 19 Sep 2007 14:43:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-253-130.inter.net.il [83.130.253.130]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IXS45428 (AUTH halo1); Wed, 19 Sep 2007 20:43:22 +0200 (IST) In-reply-to: <877imnia0p.fsf@uwakimon.sk.tsukuba.ac.jp> (stephen@xemacs.org) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79333 gmane.emacs.pretest.bugs:19938 Archived-At: > From: "Stephen J. Turnbull" > Cc: emacs-pretest-bug@gnu.org, > christopher.ian.moore@gmail.com > Date: Wed, 19 Sep 2007 12:55:50 +0900 > > If the process output coding system is nil, Emacs must "guess" what > it is. Yes. > This requires reading all of the input No.