From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: Mysterious gzipped images Date: Wed, 07 Aug 2013 20:25:53 +0200 Message-ID: <2633635.3vVgegVJ43@descartes> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1375899975 18645 80.91.229.3 (7 Aug 2013 18:26:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2013 18:26:15 +0000 (UTC) Cc: Lars Magne Ingebrigtsen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 07 20:26:18 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 1V78R7-0002KE-GO for ged-emacs-devel@m.gmane.org; Wed, 07 Aug 2013 20:26:17 +0200 Original-Received: from localhost ([::1]:52366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V78R6-0002UT-S3 for ged-emacs-devel@m.gmane.org; Wed, 07 Aug 2013 14:26:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V78Qz-0002K0-NO for emacs-devel@gnu.org; Wed, 07 Aug 2013 14:26:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V78Qr-0003c9-Uj for emacs-devel@gnu.org; Wed, 07 Aug 2013 14:26:09 -0400 Original-Received: from ptmx.org ([178.63.28.110]:44350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V78Qr-0003bo-Og for emacs-devel@gnu.org; Wed, 07 Aug 2013 14:26:01 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 98D5F28D92; Wed, 7 Aug 2013 20:25:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9kFepJ-IvAtL; Wed, 7 Aug 2013 20:25:55 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id C8B8E28CF9; Wed, 7 Aug 2013 20:25:54 +0200 (CEST) User-Agent: KMail/4.10.5 (Linux/3.8.0-27-generic; KDE/4.10.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:162469 Archived-At: On Wednesday 07 August 2013 03:08:45 Lars Magne Ingebrigtsen wrote: > Lars Magne Ingebrigtsen writes: > > I think it would be useful to have built-in libz support in Emacs. = When > > fetching lots of small image files (which is quite common), I think= that > > calling inflate() would be a lot faster than calling the gunzip com= mand > > over pipes. Probably. Should I go ahead and implement this? >=20 > Erm, I went ahead and implemented it. Should I just check in? :-) +1 This would probably allow weechat.el to add compression support as well= ! https://github.com/the-kenny/weechat.el Regards, R=C3=BCdiger