From unknown Thu Jun 19 16:19:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57927 <57927@debbugs.gnu.org> To: bug#57927 <57927@debbugs.gnu.org> Subject: Status: [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Reply-To: bug#57927 <57927@debbugs.gnu.org> Date: Thu, 19 Jun 2025 23:19:38 +0000 retitle 57927 [PATCH] gnu: source-highlight: Fix lesspipe file name and use= gexps. reassign 57927 guix-patches submitter 57927 kiasoc5 severity 57927 normal tag 57927 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 19 02:59:30 2022 Received: (at submit) by debbugs.gnu.org; 19 Sep 2022 06:59:30 +0000 Received: from localhost ([127.0.0.1]:52054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaAkb-0003pL-PV for submit@debbugs.gnu.org; Mon, 19 Sep 2022 02:59:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:52344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaAkY-0003pC-Cx for submit@debbugs.gnu.org; Mon, 19 Sep 2022 02:59:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaAkX-0005Q6-QE for guix-patches@gnu.org; Mon, 19 Sep 2022 02:59:26 -0400 Received: from knopi.disroot.org ([178.21.23.139]:47310) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaAkV-0004Qt-De for guix-patches@gnu.org; Mon, 19 Sep 2022 02:59:25 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id ACFAD4A02B; Mon, 19 Sep 2022 08:59:20 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3nbAY-jnISs8; Mon, 19 Sep 2022 08:59:18 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663570757; bh=+ZzwRxgB/86xLfWBjHHJp8lvnrVtvI4DQbf9gccBEgM=; h=From:To:Cc:Subject:Date; b=Bi1pO5/FRriWvcwR1q23o0I5qnvmvqLahuhNM+OuXGHT1aKpPMv+S9QTEk4F5AscI IVOgwQPjpAo9pIY9rDiPGDoEpcRkB5EkyGnRof+UJ5QJ4pSwLvPd3oh4WfIoJZeDGj A/3EFzY8TZXQZuhbxFt2U5DloJxVW9KOEQXJaqNSOSTCkVKLwu0lseVszbbQAQJqkr ptShsj0cM5dL6SCHt72NhmFFzfOq8mByJ9ja0+zrQt3o+b7+O3jhrfALiYYZlPTTzQ 8JbA1ZY9BSrkuwmfGnXEKeqrEufkyPaR2O1IeH38uSYhJLU1ARhlzHPW8Mao/cp++x muLish0gAUpsQ== To: guix-patches@gnu.org Subject: [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Date: Mon, 19 Sep 2022 02:57:30 -0400 Message-Id: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) This fixes src-hilite-lesspipe.sh so that lesspipe.sh is called instead of lesspipe. * gnu/packages/pretty-print.scm (source-highlight): [arguments]: Use gexps, remove trailing #ts. [phases]: Add phase to make src-highlight-lesspipe.sh work. --- gnu/packages/pretty-print.scm | 70 ++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 9745a9ba10..13108fe7db 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -32,6 +32,7 @@ (define-module (gnu packages pretty-print) #:use-module (guix download) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix gexp) #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages bison) @@ -276,40 +277,41 @@ (define-public source-highlight (list boost)) (native-inputs (list bison flex)) - (arguments - `(#:configure-flags - (list (string-append "--with-boost=" - (assoc-ref %build-inputs "boost"))) - #:parallel-tests? #f ;There appear to be race conditions - #:phases - (modify-phases %standard-phases - ,@(if (%current-target-system) - ;; 'doc/Makefile.am' tries to run stuff even when - ;; cross-compiling. Explicitly skip it. - ;; XXX: Inline this on next rebuild cycle. - `((add-before 'build 'skip-doc-directory - (lambda _ - (substitute* "Makefile" - (("^SUBDIRS = (.*) doc(.*)$" _ before after) - (string-append "SUBDIRS = " before - " " after "\n"))) - #t))) - '()) - (add-before 'check 'patch-test-files - (lambda _ - ;; Unpatch shebangs in test input so that source-highlight - ;; is still able to infer input language - (substitute* '("tests/test.sh" - "tests/test2.sh" - "tests/test.tcl") - (((string-append "#! *" (which "sh"))) "#!/bin/sh")) - ;; Initial patching unrecoverably removes whitespace, so - ;; remove it also in the comparison output. - (substitute* '("tests/test.sh.html" - "tests/test2.sh.html" - "tests/test.tcl.html") - (("#! */bin/sh") "#!/bin/sh")) - #t))))) + (arguments + (list #:configure-flags + #~(list (string-append "--with-boost=" (assoc-ref %build-inputs "boost"))) + #:parallel-tests? #f ;There appear to be race conditions + #:phases + #~(modify-phases %standard-phases + (add-before 'build 'rename-lesspipe-to-lesspipe.sh.in + (lambda _ + (substitute* "src/src-hilite-lesspipe.sh.in" + (("lesspipe") "lesspipe.sh")))) + #$@(if (%current-target-system) + ;; 'doc/Makefile.am' tries to run stuff even when + ;; cross-compiling. Explicitly skip it. + ;; XXX: Inline this on next rebuild cycle. + #~((add-before 'build 'skip-doc-directory + (lambda _ + (substitute* "Makefile" + (("^SUBDIRS = (.*) doc(.*)$" _ before after) + (string-append "SUBDIRS = " before + " " after "\n")))))) + '()) + (add-before 'check 'patch-test-files + (lambda _ + ;; Unpatch shebangs in test input so that source-highlight + ;; is still able to infer input language + (substitute* '("tests/test.sh" + "tests/test2.sh" + "tests/test.tcl") + (((string-append "#! *" (which "sh"))) "#!/bin/sh")) + ;; Initial patching unrecoverably removes whitespace, so + ;; remove it also in the comparison output. + (substitute* '("tests/test.sh.html" + "tests/test2.sh.html" + "tests/test.tcl.html") + (("#! */bin/sh") "#!/bin/sh"))))))) (home-page "https://www.gnu.org/software/src-highlite/") (synopsis "Produce a document with syntax highlighting from a source file") (description base-commit: 25adb336bcb0188a92ecbe6b9c1d9d3e3a8b59e4 -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 05:11:55 2022 Received: (at 57927-done) by debbugs.gnu.org; 27 Sep 2022 09:11:55 +0000 Received: from localhost ([127.0.0.1]:52834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1od6d8-0003jv-Tn for submit@debbugs.gnu.org; Tue, 27 Sep 2022 05:11:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1od6d6-0003jh-9g for 57927-done@debbugs.gnu.org; Tue, 27 Sep 2022 05:11:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55006) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od6d0-0000Ya-W7; Tue, 27 Sep 2022 05:11:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=RI0FTO5FC81nJFYGpRzcQXk4PU0kJMJf/uVr8VYGRxs=; b=LfyHCoVvYGIG/QV+9SAd D6YFwXLzDnn1qz1BDF4kPsVWmyNdIWXvsTAaNkbTuBZixzcB+L0od6AXoF2Nt1FFzW1UkHNEWWg5G wr+NZkSEl1sDY4gC8VWpZVdcf6COKBo2ZYJxRxhscRMyT9MpVdy5EIn92mte4PeXXrOisbLCAfBvE lopSHlqk2j3Fdh9ppnOSKk80UgXXAH8lAkBm4tu0qKuVWXddz6vXxX7yzt8b1k8lfx9fGEAO84vj/ 6QrpJeje8Dr9J1JMJOsgndYqAWkGZ2iqyF6hJao1vMf2bt8rEyMbJejcntGvYVMNrS9Kb/xtbwKfY TLIPRA2ePrB0ug==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:59260 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od6d0-0005vh-DW; Tue, 27 Sep 2022 05:11:46 -0400 From: Mathieu Othacehe To: kiasoc5 Subject: Re: bug#57927: [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> Date: Tue, 27 Sep 2022 11:11:42 +0200 In-Reply-To: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Mon, 19 Sep 2022 02:57:30 -0400") Message-ID: <87k05p89m9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57927-done Cc: 57927-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * gnu/packages/pretty-print.scm (source-highlight): > [arguments]: Use gexps, remove trailing #ts. > [phases]: Add phase to make src-highlight-lesspipe.sh work. Applied, thanks! Mathieu From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 09:34:43 2022 Received: (at 57927) by debbugs.gnu.org; 27 Sep 2022 13:34:43 +0000 Received: from localhost ([127.0.0.1]:53427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odAjS-000506-Ro for submit@debbugs.gnu.org; Tue, 27 Sep 2022 09:34:43 -0400 Received: from tobias.gr ([80.241.217.52]:34136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odAjQ-0004zr-Hx for 57927@debbugs.gnu.org; Tue, 27 Sep 2022 09:34:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=7LAjBPABr94t6 RuVMGFxKDNzcPKBym5jhQp8SBg5Ssk=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=Oy4hoHsYPH639nmtL3d2ODfRT/jVYrYBRbIREg mRssuRH/edyo7lJ4pDhYmVegDXbBMkRptS2nuMs/C8FfJ6Y5OvNDLLcKOtTUVt1ZeluS5Z MZSxyH2WEgg8jut2gg1y7GvZOf9GFwwCMnT1DcSlP27PgwRg7GW1h4+Ca8uDRyp8NVVhpZ HFp6MhTOKpJGh94tquchvNwXfG3dDkKriK5lTo362DdI75W4MN4CUERpKHFuvPY4sAs4Cm 8jNI2o75IcvjgEenIieIYOPyXcggfLimdQdIZ25ztIWDAwUjeyM4q2AYY5XF6yqS21ojMg 0YTtVDjO8uB96LAa15krl6Ew== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id db537ef5 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 27 Sep 2022 13:34:33 +0000 (UTC) References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> From: Tobias Geerinckx-Rice To: kiasoc5 Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Date: Tue, 27 Sep 2022 15:22:19 +0200 In-reply-to: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87bkr1ey8x.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57927 Cc: 57927@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi kiasoc5, kiasoc5 via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > This fixes src-hilite-lesspipe.sh so that lesspipe.sh is called=20 > instead of lesspipe. Thanks! I reverted this change on master. It caused over 4000=20 rebuilds (per architecture), which means it's core-updates=20 material. You can test this yourself by running =E2=80=98guix refresh -l=20 source-highlight=E2=80=99. It's not perfect: it can fail to detect some=20 paths, especially when inheritance is involved. But it's a good=20 sanity check. When you notice a rebuild count higher than the thresholds given=20 here[0], please add a =E2=80=98[PATCH core-updates]=E2=80=99 or =E2=80=98[P= ATCH staging]=E2=80=99=20 warning to your patch subject. It reduces the chance of these=20 slipping through. > * gnu/packages/pretty-print.scm (source-highlight): > [arguments]: Use gexps, remove trailing #ts. > [phases]: Add phase to make src-highlight-lesspipe.sh work. These unrelated changes should be separated into at least two=20 patches next time: one to gexp and remove the #ts, the other to=20 make the functional change. =E2=80=98At least=E2=80=99, because Gexpification often leaves the output h= ash=20 unchanged, so a separate gexp patch might have been able to go=20 straight to master. > + (arguments=20=20=20 This introduced a whitespace error: there are extra trailing=20 spaces. Git should highlight these when showing the diff. I=20 removed them. Kind regards, T G-R [0]: https://guix.gnu.org/manual/en/guix.html#Submitting-Patches --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYzL8Hw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15Hk8BAIhX/toTe0VN9rKtBgilHq1O92C2catpmlYdvRbq hjwpAQCnKiUPahy4P94xg3EpYpdsQya31Bz7j6uZq2YfkhXCAQ== =H94z -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 00:34:19 2022 Received: (at 57927) by debbugs.gnu.org; 28 Sep 2022 04:34:20 +0000 Received: from localhost ([127.0.0.1]:58269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odOm3-0004UQ-J6 for submit@debbugs.gnu.org; Wed, 28 Sep 2022 00:34:19 -0400 Received: from knopi.disroot.org ([178.21.23.139]:47428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odOly-0004U4-LR for 57927@debbugs.gnu.org; Wed, 28 Sep 2022 00:34:16 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0B0044C37C; Wed, 28 Sep 2022 06:34:13 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VQK4Fh3wle4y; Wed, 28 Sep 2022 06:34:11 +0200 (CEST) Date: Wed, 28 Sep 2022 04:34:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664339651; bh=Rb6Zv9pLR4Sr1kETxGdYjV5zJdpzyocFhxmzOjkEnZM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=EHC+1QOoYugrBHz9v+5ke1HDDiHFPSjf7Qh5Roupd3QlcdzGS+vlTYB72oywh/B8M XEGX9FS8Xbj41nxabmP4uxCKytgRBrnGAicwavngNma5QqEV2HQx2Ts7GCYyJ7Vkd7 IsnKpMpOonT9N1ABTt5+l5LIXmEzogED1j4ZdmK3nIHFbPzVzYdl5tt34mgw+gGcIK C0Lv+pcsqvA8P5PJlwrx3LcCbE/rG4hMAER1ylg4hVVu7a21opMrUuf3RgGDCsH7SL 1sw2akzDUO3Q9Rlw96VyfRXsDmOjQo33VJAjjpxLwfKjTCEnCr3k5Z+jMROwXK099Y 9IQYZh0vZOvEw== From: kiasoc5 To: Tobias Geerinckx-Rice Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Message-ID: <20220928043407.181d9060@aria> In-Reply-To: <87bkr1ey8x.fsf@nckx> References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> <87bkr1ey8x.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57927 Cc: 57927@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Tobias, On Tue, Sep 27 2022, 03:22:19 PM +0200 Tobias Geerinckx-Rice wrote: > Hi kiasoc5, >=20 > kiasoc5 via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > > This fixes src-hilite-lesspipe.sh so that lesspipe.sh is called=20 > > instead of lesspipe. >=20 > When you notice a rebuild count higher than the thresholds given=20 > here[0], please add a =E2=80=98[PATCH core-updates]=E2=80=99 or =E2=80=98= [PATCH staging]=E2=80=99=20 > warning to your patch subject. It reduces the chance of these=20 > slipping through. I didn't realize source-highlight was used by so many projects, I'll be more careful next time. Just so I understand the rebuilds are occuring because the store path of source-highlight changed, and the result could not be grafted? > > * gnu/packages/pretty-print.scm (source-highlight): > > [arguments]: Use gexps, remove trailing #ts. > > [phases]: Add phase to make src-highlight-lesspipe.sh work. >=20 > These unrelated changes should be separated into at least two=20 > patches next time: one to gexp and remove the #ts, the other to=20 > make the functional change. > < to go=20 > straight to master. 1. Does trailing #t change the hash? 2. Why might Gexpification change the hash? From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 17:14:14 2022 Received: (at 57927) by debbugs.gnu.org; 28 Sep 2022 21:14:14 +0000 Received: from localhost ([127.0.0.1]:34994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odeNi-0004e9-3N for submit@debbugs.gnu.org; Wed, 28 Sep 2022 17:14:14 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:51582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odeNf-0004dz-8e for 57927@debbugs.gnu.org; Wed, 28 Sep 2022 17:14:12 -0400 Received: from [192.168.0.178] ([178.119.10.153]) by xavier.telenet-ops.be with bizsmtp id RZE82800M3J72EA01ZE9B0; Wed, 28 Sep 2022 23:14:09 +0200 Message-ID: <0052b9b3-099e-260f-10d5-48e6e92e1a55@telenet.be> Date: Wed, 28 Sep 2022 23:14:03 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Content-Language: en-US To: kiasoc5 , Tobias Geerinckx-Rice References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> <87bkr1ey8x.fsf@nckx> <20220928043407.181d9060@aria> From: Maxime Devos In-Reply-To: <20220928043407.181d9060@aria> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------kUlfnxtQ0ZwqQZ0JgnCkUuI0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1664399649; bh=DuXLhGryi7gk1Z6BZZ/fdvhqLo3wPYqoCBPQP6aQjck=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=VMW6VkIZsStDixq2yZXeGBgU8TpTn9XB4KCLRJlAC7rICHRAutz+vTdIWpUBDge1i eKXneV7BI2BNvPVjpaOnbQbWB0woQw3BfHseE1mjdYfz5K5qHYwB2dbsKUDoMr1ICi OAiRJ8azl/+B1DK6NQnqqti1bonai0LMQaD3ct9vpCeHXRDIClKpmpnHfU6YesSFzC I65vevs4yUbnA2sOyCMVM4+oaBttO4kUnR3dXPDlw2BrUk0IcxAuvwMKxVkcY+I1mf IIrCQmEpwXVgbRDp8S9SXekWT7fVRMZ8KBV5K2z1gSnSK4puQU5pVs3ORpu0npxR7h ZoHMeM32yiBeg== X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 57927 Cc: 57927@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.5 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------kUlfnxtQ0ZwqQZ0JgnCkUuI0 Content-Type: multipart/mixed; boundary="------------aPmTIHx7FIReFJQSe4QFC49T"; protected-headers="v1" From: Maxime Devos To: kiasoc5 , Tobias Geerinckx-Rice Cc: 57927@debbugs.gnu.org Message-ID: <0052b9b3-099e-260f-10d5-48e6e92e1a55@telenet.be> Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> <87bkr1ey8x.fsf@nckx> <20220928043407.181d9060@aria> In-Reply-To: <20220928043407.181d9060@aria> --------------aPmTIHx7FIReFJQSe4QFC49T Content-Type: multipart/mixed; boundary="------------sethrW4H1qOkgN0PGDxCgFxn" --------------sethrW4H1qOkgN0PGDxCgFxn Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 DQoNCk9uIDI4LTA5LTIwMjIgMDY6MzQsIGtpYXNvYzUgdmlhIEd1aXgtcGF0Y2hlcyB2aWEg d3JvdGU6DQo+Pj4gKiBnbnUvcGFja2FnZXMvcHJldHR5LXByaW50LnNjbSAoc291cmNlLWhp Z2hsaWdodCk6DQo+Pj4gW2FyZ3VtZW50c106IFVzZSBnZXhwcywgcmVtb3ZlIHRyYWlsaW5n ICN0cy4NCj4+PiBbcGhhc2VzXTogQWRkIHBoYXNlIHRvIG1ha2Ugc3JjLWhpZ2hsaWdodC1s ZXNzcGlwZS5zaCB3b3JrLg0KPj4gVGhlc2UgdW5yZWxhdGVkIGNoYW5nZXMgc2hvdWxkIGJl IHNlcGFyYXRlZCBpbnRvIGF0IGxlYXN0IHR3bw0KPj4gcGF0Y2hlcyBuZXh0IHRpbWU6IG9u ZSB0byBnZXhwIGFuZCByZW1vdmUgdGhlICN0cywgdGhlIG90aGVyIHRvDQo+PiBtYWtlIHRo ZSBmdW5jdGlvbmFsIGNoYW5nZS4NCj4+IDwgdG8gZ28NCj4+IHN0cmFpZ2h0IHRvIG1hc3Rl ci4NCj4gMS4gRG9lcyB0cmFpbGluZyAjdCBjaGFuZ2UgdGhlIGhhc2g/DQoNClllcy4NCg0K PiAyLiBXaHkgbWlnaHQgR2V4cGlmaWNhdGlvbiBjaGFuZ2UgdGhlIGhhc2g/DQoNCldoZW4g dGhlIHJlc3VsdGluZyBzdGFnZWQgY29kZSBjaGFuZ2VzLiAgVGhpcyBjb3VsZCBoYXBwZW4g aWYgeW91IHdlcmUgDQp0byBkbywgc2F5LCAjJCh0aGlzLXBhY2thZ2UtaW5wdXQgImJvb3N0 IikgaW5zdGVhZCBvZiAoYXNzb2MtcmVmIA0KJWJ1aWxkLWlucHV0cyAiYm9vc3QiKSBmb3Ig ZXhhbXBsZSwgdGhvdWdoIEFGQUlDVCB5b3UgZGlkbid0IG1ha2UgYW55IA0KRy1leHAtcmVs YXRlZCBjaGFuZ2VzIHRoYXQgd291bGQgY2hhbmdlIHRoZSBoYXNoLg0KDQpHcmVldGluZ3Ms DQpNYXhpbWUuDQo= --------------sethrW4H1qOkgN0PGDxCgFxn Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------sethrW4H1qOkgN0PGDxCgFxn-- --------------aPmTIHx7FIReFJQSe4QFC49T-- --------------kUlfnxtQ0ZwqQZ0JgnCkUuI0 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYzS5GwUDAAAAAAAKCRBJ4+4iGRcl7tRy AQDbjwBW1Z8fyYRgd3byRha+ANc7T8dQ1g8FJs0NgKlLOgEA0yePpwsZb8UXaxv02uwVksGbtoZW 8nRgbFFCOFC9Swo= =lgiS -----END PGP SIGNATURE----- --------------kUlfnxtQ0ZwqQZ0JgnCkUuI0-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 17:16:22 2022 Received: (at 57927) by debbugs.gnu.org; 28 Sep 2022 21:16:22 +0000 Received: from localhost ([127.0.0.1]:35004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odePj-0004hy-3U for submit@debbugs.gnu.org; Wed, 28 Sep 2022 17:16:22 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:53112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odePh-0004hq-Bg for 57927@debbugs.gnu.org; Wed, 28 Sep 2022 17:16:17 -0400 Received: from [IPV6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16] ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by xavier.telenet-ops.be with bizsmtp id RZGF2800320ykKC01ZGGSP; Wed, 28 Sep 2022 23:16:16 +0200 Message-ID: <7c07a1ad-56e2-f9bd-d656-7f9575f54311@telenet.be> Date: Wed, 28 Sep 2022 23:16:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. Content-Language: en-US To: kiasoc5 , Tobias Geerinckx-Rice References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> <87bkr1ey8x.fsf@nckx> <20220928043407.181d9060@aria> From: Maxime Devos In-Reply-To: <20220928043407.181d9060@aria> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------xG0L0KPfPtarb4evO3dUG3eY" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1664399776; bh=BeyeVp/mZxJhHrZAN1073yBOP+My8V1mN+Pm9XU6cfw=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=A3e+gOeUkVmVY4t8FxZIVyVS2HkgY82s2Ws+avPjRFEDfUKcZOYc9dw/SnLkuwOJf Bht6TLYS2f9S6GaEdc2qV576iJbAgXfrwhlwR74iM3lehqDxq4Rcgy56oL3R2mFL2w kCzKD8DMslj7XE3xZz7yiw/lbsCkYZnDSOl7JMn9GXNRbOFCdFGn7PhGEepOuativK lRSvk+56GlVAST1zExiFEO9dkqqufQzDhbpJpLV8RyPW4iX4uQyz0Y9rRt4sEi0GBp KF+Hz9ULXcKgFJs6VpmTv0C9vCg6kApQrU8aAyyVwSY/tqUlrOZM/IMXxJmF0Toieg AMdCKFjgrAH9w== X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 57927 Cc: 57927@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.5 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------xG0L0KPfPtarb4evO3dUG3eY Content-Type: multipart/mixed; boundary="------------pwVnP6Da8sWxdV20C3dliGiQ"; protected-headers="v1" From: Maxime Devos To: kiasoc5 , Tobias Geerinckx-Rice Cc: 57927@debbugs.gnu.org Message-ID: <7c07a1ad-56e2-f9bd-d656-7f9575f54311@telenet.be> Subject: Re: [bug#57927] [PATCH] gnu: source-highlight: Fix lesspipe file name and use gexps. References: <29d55f693128126558e2e3e0a030194453312187.1663570649.git.kiasoc5@disroot.org> <87bkr1ey8x.fsf@nckx> <20220928043407.181d9060@aria> In-Reply-To: <20220928043407.181d9060@aria> --------------pwVnP6Da8sWxdV20C3dliGiQ Content-Type: multipart/mixed; boundary="------------C2RqkI9wO6OSr0GrBLgEmjO0" --------------C2RqkI9wO6OSr0GrBLgEmjO0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T24gMjgtMDktMjAyMiAwNjozNCwga2lhc29jNSB2aWEgR3VpeC1wYXRjaGVzIHZpYSB3cm90 ZToNCj4gSnVzdCBzbyBJIHVuZGVyc3RhbmQgdGhlIHJlYnVpbGRzIGFyZSBvY2N1cmluZyBi ZWNhdXNlIHRoZSBzdG9yZSBwYXRoDQo+IG9mIHNvdXJjZS1oaWdobGlnaHQgY2hhbmdlZCwg YW5kIHRoZSByZXN1bHQgY291bGQgbm90IGJlIGdyYWZ0ZWQ/DQoNCk9uIHRoZSBzZWNvbmQg cXVlc3Rpb246DQphZGRpbmcgYSBncmFmdCBpcyBub3QgZG9uZSBhdXRvbWF0aWNhbGx5LCB5 b3UgbmVlZCB0byBhc2sgZm9yIGl0IGJ5IA0KX2tlZXBpbmdfIHRoZSBvcmlnaW5hbCBwYWNr YWdlIGFuZCBhZGRpbmcgdGhlIG1vZGlmaWVkIHBhY2thZ2UgdG8gDQoncmVwbGFjZW1lbnQn Lg0KDQpHcmVldGluZ3MsDQpNYXhpbWUuDQo= --------------C2RqkI9wO6OSr0GrBLgEmjO0 Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------C2RqkI9wO6OSr0GrBLgEmjO0-- --------------pwVnP6Da8sWxdV20C3dliGiQ-- --------------xG0L0KPfPtarb4evO3dUG3eY Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYzS5nQUDAAAAAAAKCRBJ4+4iGRcl7hAr AP0edVTYuUwiZCYqHgvRwnElodRKiVhWChiYod/tCWPfGAEAuG0AzQFp1QdQhNvoJlDc7jTEiHqZ uNhxugLyv/gWZQg= =KROa -----END PGP SIGNATURE----- --------------xG0L0KPfPtarb4evO3dUG3eY-- From unknown Thu Jun 19 16:19:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Oct 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator