From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: compress files patch for mac/make-package Date: Thu, 20 Oct 2005 11:14:31 +0200 Message-ID: References: <87fyqz1i0s.fsf@pacem.orebokech.com> <87ach6x9h2.fsf@pacem.orebokech.com> <85wtk96za8.fsf@lola.goethe.zz> <43574094.60908@student.lu.se> <87hdbcsli1.fsf@pacem.orebokech.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1129805077 13885 80.91.229.2 (20 Oct 2005 10:44:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 10:44:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 12:44:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESXtV-0003Cq-Ml for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 12:43:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESXtU-0004lp-OA for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 06:43:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESWVM-0004qj-Fw for emacs-devel@gnu.org; Thu, 20 Oct 2005 05:14:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESWVK-0004qO-65 for emacs-devel@gnu.org; Thu, 20 Oct 2005 05:14:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESWVJ-0004qK-OX for emacs-devel@gnu.org; Thu, 20 Oct 2005 05:14:29 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESWVJ-0003qJ-Im for emacs-devel@gnu.org; Thu, 20 Oct 2005 05:14:29 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-148-220.inter.net.il [80.230.148.220]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CTG73651 (AUTH halo1); Thu, 20 Oct 2005 11:14:27 +0200 (IST) Original-To: Romain Francoise In-reply-to: <87hdbcsli1.fsf@pacem.orebokech.com> (message from Romain Francoise on Thu, 20 Oct 2005 09:20:06 +0200) 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:44399 Archived-At: > From: Romain Francoise > Date: Thu, 20 Oct 2005 09:20:06 +0200 > Cc: emacs-devel@gnu.org > > The long term plan is to get rid of the gzip dependency for good and use > zlib to provide decompression primitives directly in Emacs. Then let's postpone compression of .el files until that goal is reached.