From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] automatically handle .xz suffix (XZ-compressed files), too Date: Mon, 22 Jun 2009 14:18:57 +0200 Message-ID: <87y6rkbgwe.fsf@meyering.net> References: <87bppqu051.fsf@meyering.net> <19007.10421.461887.630151@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245673163 25037 80.91.229.12 (22 Jun 2009 12:19:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2009 12:19:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 14:19:20 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 1MIiUY-0007Ed-CU for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 14:19:19 +0200 Original-Received: from localhost ([127.0.0.1]:60536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIiUX-000217-J9 for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 08:19:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIiUQ-00020x-M5 for emacs-devel@gnu.org; Mon, 22 Jun 2009 08:19:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIiUL-0001xy-2F for emacs-devel@gnu.org; Mon, 22 Jun 2009 08:19:09 -0400 Original-Received: from [199.232.76.173] (port=53724 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIiUK-0001xr-L6 for emacs-devel@gnu.org; Mon, 22 Jun 2009 08:19:04 -0400 Original-Received: from smtp3-g21.free.fr ([212.27.42.3]:49614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIiUJ-0006Da-RI for emacs-devel@gnu.org; Mon, 22 Jun 2009 08:19:04 -0400 Original-Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id BD762818196 for ; Mon, 22 Jun 2009 14:19:00 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g21.free.fr (Postfix) with ESMTP id E0F3D8181C2 for ; Mon, 22 Jun 2009 14:18:57 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id C16032F025; Mon, 22 Jun 2009 14:18:57 +0200 (CEST) In-Reply-To: <19007.10421.461887.630151@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Mon, 22 Jun 2009 08:46:13 +0200") Original-Lines: 17 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:111633 Archived-At: Ulrich Mueller wrote: >>>>>> On Mon, 18 May 2009, Jim Meyering wrote: > >> Any objection to my committing this? > > This still hasn't made it into CVS. I think it would be short-sighted > to omit XZ support from 23.1, and the patch looks safe to me. Thanks for speaking up. I too was surprised by the lack of response, considering I posted about this three times, and even Cc'd the two maintainers explicitly once. Had it not been for the problems at savannah, I would have gone ahead and committed about then. Barring any objection, I'll commit this on the trunk in a few hours, too.