From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: decompress.c now also compresses Date: Sun, 29 Mar 2020 12:54:01 -0400 Message-ID: References: <86zhbz17mk.fsf@csic.es> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="93440"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Juan =?windows-1252?Q?Jos=E9_Garc=EDa-Ripoll?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 29 18:54:38 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jIbCo-000OBd-55 for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 18:54:38 +0200 Original-Received: from localhost ([::1]:39604 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIbCn-0004yA-6h for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 12:54:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48098) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIbCI-0004Xi-L8 for emacs-devel@gnu.org; Sun, 29 Mar 2020 12:54:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIbCH-0002vI-HY for emacs-devel@gnu.org; Sun, 29 Mar 2020 12:54:06 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:41287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jIbCH-0002tq-Da for emacs-devel@gnu.org; Sun, 29 Mar 2020 12:54:05 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id A7E8C44F9E7; Sun, 29 Mar 2020 12:54:04 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2D56444F9E2; Sun, 29 Mar 2020 12:54:03 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1585500843; bh=q4bOa3G8A+W2dfKJ4MFLeq8VPqzkNscgydr/Icql44I=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=T+ZHnGoN4CkScH2tnPZuWnqeNt/m38sB174ke5gIG5BQQolmOW8H8uhIuSw2rgRb3 ovjuGfhI7WT53FFGRZqGZQIrDFrak4cj7bBtNZJcIbGlhtO3f0VTDfxv17XIeTgK9E XjFbo01v2WscLPm7botHn4lC2OWTE89dk7lJKsCtGa6YAoX+5ik7KnL+2Gova+G5Mf L0ih/rwhYvkO5npAeijN4q2EIi0ZkiQblB2gxe8LwdKoPXZ15t8g0EiBZJEC6J9vJA v54cPmKxzhuQnkTZe1vEFU+sW0aUegf4NDePM3YnpilOZiwmb+STcM8BO0BGvRHbDh gUcELyOkmY8GA== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id DBE3A12059D; Sun, 29 Mar 2020 12:54:02 -0400 (EDT) In-Reply-To: <86zhbz17mk.fsf@csic.es> ("Juan =?windows-1252?Q?Jos=E9_Garc?= =?windows-1252?Q?=EDa-Ripoll=22's?= message of "Sun, 29 Mar 2020 17:52:03 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245948 Archived-At: > I attach a patch that adds support for compressing buffers using > zlib. It is a minor extension to the file src/decompress.c but it may be > useful because of two reasons (i) in Windows, Emasc is shipped without > g[un]zip.exe, This sounds great. Does that mean that we can make jka-compr work with .gz files without any external tools at all? Stefan "thinking of when that will also apply to .lz files"