From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#33919: [PATCH 0/5] Add Zstandard compression for installation and utilities Date: Mon, 24 Jun 2019 17:44:37 +0300 Message-ID: <83imsvm4a2.fsf@gnu.org> References: <87tviv3427.fsf@gmail.com> <831s5z59co.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="151698"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 33919@debbugs.gnu.org, michael.albinus@gmx.de, agrambot@gmail.com To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 24 16:45:11 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hfQDW-000dHc-Bx for geb-bug-gnu-emacs@m.gmane.org; Mon, 24 Jun 2019 16:45:10 +0200 Original-Received: from localhost ([::1]:51896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfQDU-00027q-Uz for geb-bug-gnu-emacs@m.gmane.org; Mon, 24 Jun 2019 10:45:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59297) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfQDP-00027S-U5 for bug-gnu-emacs@gnu.org; Mon, 24 Jun 2019 10:45:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfQDO-0001fM-UE for bug-gnu-emacs@gnu.org; Mon, 24 Jun 2019 10:45:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfQDO-0001eY-PS for bug-gnu-emacs@gnu.org; Mon, 24 Jun 2019 10:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfQDO-0005qU-Ih for bug-gnu-emacs@gnu.org; Mon, 24 Jun 2019 10:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Jun 2019 14:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33919 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 33919-submit@debbugs.gnu.org id=B33919.156138749222437 (code B ref 33919); Mon, 24 Jun 2019 14:45:02 +0000 Original-Received: (at 33919) by debbugs.gnu.org; 24 Jun 2019 14:44:52 +0000 Original-Received: from localhost ([127.0.0.1]:57571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfQDE-0005pp-Al for submit@debbugs.gnu.org; Mon, 24 Jun 2019 10:44:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53317) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfQDC-0005pc-Fq for 33919@debbugs.gnu.org; Mon, 24 Jun 2019 10:44:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hfQD4-0000Xf-Il; Mon, 24 Jun 2019 10:44:42 -0400 Original-Received: from [176.228.60.248] (port=4366 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hfQD2-0000zD-PX; Mon, 24 Jun 2019 10:44:42 -0400 In-reply-to: (message from Lars Ingebrigtsen on Sun, 23 Jun 2019 20:32:05 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:161219 Archived-At: > From: Lars Ingebrigtsen > Cc: Alex , 33919@debbugs.gnu.org, Michael Albinus > Date: Sun, 23 Jun 2019 20:32:05 +0200 > > > I'm okay with adding support for zstd to Emacs, but I'm not sure we > > should complicate the build with offering yet another compression > > option. Up front, I don't think the advantages of zstd are really so > > overwhelming that they will justify the complexity. > > > > So maybe split the patch series in two; the part that adds zstd > > support to Emacs can be installed already. > > Nothing further was done here (I think), but Michael confirmed that the > Tramp part of the changes work. And the functionality is split into > patches -- I can apply the first three patches (the ones that add the > support for external zstd binaries) and skip the last two (that add a > compilation option for the zstd library)? When you ask a question, I'd appreciate if next time you waited a bit longer for the answer. (I've only seen the question this morning, i.e. 12 hours ago, and didn't yet have time to re-read the discussions and the patches.) TIA.