From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cl-defstruct-based package.el, now with ert tests! Date: Thu, 14 Mar 2013 09:49:34 -0400 Message-ID: References: <87mwu9l6ju.fsf@fleche.redhat.com> <87obeog70m.fsf@yandex.ru> <87ip4wpjtw.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363268989 6883 80.91.229.3 (14 Mar 2013 13:49:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Mar 2013 13:49:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Hackney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 14 14:50:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UG8Xp-0005dV-2V for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 14:50:09 +0100 Original-Received: from localhost ([::1]:39133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG8XS-0004Sm-FL for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 09:49:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG8XP-0004Sf-Ij for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:49:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG8XI-0008TR-Iv for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:49:43 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:6624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG8XI-0008Qc-EP for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:49:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFHO+KL9/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNEAETiB4GwS2RCgOSWwOSHIFegxM X-IPAS-Result: Av8EABK/CFHO+KL9/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNEAETiB4GwS2RCgOSWwOSHIFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="4898552" Original-Received: from 206-248-162-253.dsl.teksavvy.com (HELO pastel.home) ([206.248.162.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 Mar 2013 09:49:33 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id ED37367A4D; Thu, 14 Mar 2013 09:49:34 -0400 (EDT) In-Reply-To: (Daniel Hackney's message of "Thu, 14 Mar 2013 04:36:36 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157848 Archived-At: > was fine. If people really don't want to depend on the external program, I'll > remove it and just use `tar-mode'. On GNU/Linux, Mac OS X, Cygwin, ..., there's very little risk in assuming that `tar' is available. But IIUC under Windows the picture is completely different. > Is there any way to gunzip the data in a buffer without using an external > program? It would be nice to be able to use tar.gz files. Providing direct access to libz would be nice. Stefan