From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] automatically handle .xz suffix (XZ-compressed files), too Date: Mon, 22 Jun 2009 08:46:13 +0200 Message-ID: <19007.10421.461887.630151@a1ihome1.kph.uni-mainz.de> References: <87bppqu051.fsf@meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1245653202 611 80.91.229.12 (22 Jun 2009 06:46:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2009 06:46:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jim Meyering Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 08:46:38 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 1MIdIa-0000Ac-17 for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 08:46:36 +0200 Original-Received: from localhost ([127.0.0.1]:55178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIdIZ-0002tk-9Y for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 02:46:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIdIU-0002qd-33 for emacs-devel@gnu.org; Mon, 22 Jun 2009 02:46:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIdIP-0002l1-5q for emacs-devel@gnu.org; Mon, 22 Jun 2009 02:46:29 -0400 Original-Received: from [199.232.76.173] (port=34571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIdIO-0002kf-Tz for emacs-devel@gnu.org; Mon, 22 Jun 2009 02:46:24 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:34371) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIdIM-0002Ac-Ok for emacs-devel@gnu.org; Mon, 22 Jun 2009 02:46:24 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n5M6kEXY007974; Mon, 22 Jun 2009 08:46:14 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n5M6kD17031881; Mon, 22 Jun 2009 08:46:13 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n5M6kDMf031876; Mon, 22 Jun 2009 08:46:13 +0200 In-Reply-To: <87bppqu051.fsf@meyering.net> X-Mailer: VM 8.0.2-487 under Emacs 22.3.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:111625 Archived-At: >>>>> 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. Ulrich