From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Sam James Newsgroups: gmane.emacs.bugs Subject: bug#57636: [PATCH] Recognize zstandard (.zst) suffix in lisp/info.el Date: Fri, 9 Sep 2022 05:21:27 +0100 Message-ID: References: <20220907040040.25684-1-sam@gentoo.org> <834jxjifhd.fsf@gnu.org> <4E6F1B45-BFA6-4B9F-9F14-7A065405A3EC@gentoo.org> <83bkrqfdtv.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Content-Type: multipart/signed; boundary="Apple-Mail=_052AF7F3-F444-4BA2-AF07-A72202306F12"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18864"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 57636-done@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 09 06:22:39 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1oWVXK-0004oa-PO for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 09 Sep 2022 06:22:38 +0200 Original-Received: from localhost ([::1]:52984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWVXJ-0006gD-Ms for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 09 Sep 2022 00:22:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWVWl-0006Gy-Jv for bug-gnu-emacs@gnu.org; Fri, 09 Sep 2022 00:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43721) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWVWk-0003gI-Lp for bug-gnu-emacs@gnu.org; Fri, 09 Sep 2022 00:22:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oWVWk-0000X6-An for bug-gnu-emacs@gnu.org; Fri, 09 Sep 2022 00:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Sam James Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Sep 2022 04:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57636 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo patch Original-Received: via spool by 57636-done@debbugs.gnu.org id=D57636.16626973052024 (code D ref 57636); Fri, 09 Sep 2022 04:22:02 +0000 Original-Received: (at 57636-done) by debbugs.gnu.org; 9 Sep 2022 04:21:45 +0000 Original-Received: from localhost ([127.0.0.1]:60653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWVWT-0000Wa-0p for submit@debbugs.gnu.org; Fri, 09 Sep 2022 00:21:45 -0400 Original-Received: from woodpecker.gentoo.org ([140.211.166.183]:38248 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWVWQ-0000WK-G7 for 57636-done@debbugs.gnu.org; Fri, 09 Sep 2022 00:21:43 -0400 In-Reply-To: <83bkrqfdtv.fsf@gnu.org> X-Mailer: Apple Mail (2.3696.120.41.1.1) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:241952 Archived-At: --Apple-Mail=_052AF7F3-F444-4BA2-AF07-A72202306F12 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 8 Sep 2022, at 09:52, Eli Zaretskii wrote: >=20 >> From: Sam James >> Date: Thu, 8 Sep 2022 04:03:55 +0100 >> Cc: 57636@debbugs.gnu.org >>=20 >> =46rom f5b4f91e74de2a1b724d978f6ca4f25c78a50389 Mon Sep 17 00:00:00 = 2001 >> From: Sam James >> Date: Wed, 7 Sep 2022 04:57:33 +0100 >> Subject: [PATCH] Recognize zstandard (.zst) suffix in lisp/info.el >>=20 >> * lisp/info.el (Info-suffix-list): Recognize .zst file extension from = the >> zstd compression tool. This allos reading Info pages compressed with = zstandard. >>=20 >> Signed-off-by: Sam James >=20 > Thanks, installed on the master branch. >=20 > For the future, please observe some of our coding conventions that in > this case caused me some manual work while applying the patch: >=20 > . don't use Signed-off-by, our commit hooks reject that > . lines in commit log messages should be shorter than 78 characters > . we mention the bug number, when appropriate, in the commit log >=20 Many thanks and I'll keep these notes in mind. I was struggling a bit with the ChangeLog format as I've not had to use it much before, so apologies for the line length issue too. Appreciate the help & merge! Best, sam --Apple-Mail=_052AF7F3-F444-4BA2-AF07-A72202306F12 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQQlpruI3Zt2TGtVQcJzhAn1IN+RkAUCYxq/R18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0MjVB NkJCODhERDlCNzY0QzZCNTU0MUMyNzM4NDA5RjUyMERGOTE5MAAKCRBzhAn1IN+R kLI+AQDTi4KtOlGxIJv3WFk3S2081858ET6vG/WkBaPuxL1tAwEA92Csscig/HxW FSjO7ykbGT+v7OjYpB8BNvs7Xu7VogU= =WGPj -----END PGP SIGNATURE----- --Apple-Mail=_052AF7F3-F444-4BA2-AF07-A72202306F12--