From unknown Wed Jun 18 23:05:25 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#42235 <42235@debbugs.gnu.org> To: bug#42235 <42235@debbugs.gnu.org> Subject: Status: gnu: emacs-racket-mode: Update to 20200706. Reply-To: bug#42235 <42235@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:25 +0000 retitle 42235 gnu: emacs-racket-mode: Update to 20200706. reassign 42235 guix-patches submitter 42235 Christopher Lemmer Webber severity 42235 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 06 15:59:20 2020 Received: (at submit) by debbugs.gnu.org; 6 Jul 2020 19:59:20 +0000 Received: from localhost ([127.0.0.1]:34912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsXGp-0007wU-VI for submit@debbugs.gnu.org; Mon, 06 Jul 2020 15:59:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:48338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsXGn-0007wM-NG for submit@debbugs.gnu.org; Mon, 06 Jul 2020 15:59:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsXGn-0007pX-E2 for guix-patches@gnu.org; Mon, 06 Jul 2020 15:59:17 -0400 Received: from dustycloud.org ([50.116.34.160]:58896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsXGl-0003Ua-KQ for guix-patches@gnu.org; Mon, 06 Jul 2020 15:59:17 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 4CC6A26617 for ; Mon, 6 Jul 2020 15:59:13 -0400 (EDT) User-agent: mu4e 1.4.9; emacs 26.3 From: Christopher Lemmer Webber To: guix-patches@gnu.org Subject: gnu: emacs-racket-mode: Update to 20200706. Date: Mon, 06 Jul 2020 15:59:12 -0400 Message-ID: <87tuykpg8f.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=50.116.34.160; envelope-from=cwebber@dustycloud.org; helo=dustycloud.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/06 15:59:13 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Finally, now with REPL history! I'm not really sure what's going on with the version number stuff here so let me know if this looks right... --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-racket-mode-Update-to-20200706.patch Content-Transfer-Encoding: quoted-printable From=20341c387b94ab78fa887a25f2b400bb0a9332851c Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Mon, 6 Jul 2020 15:57:18 -0400 Subject: [PATCH] gnu: emacs-racket-mode: Update to 20200706. * gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200706. =2D-- gnu/packages/emacs-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ca331efd5..c1bde027c1 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15575,8 +15575,8 @@ perform regression test for packages that provide f= ont-lock rules.") (license license:gpl3+)))) =20 (define-public emacs-racket-mode =2D (let ((commit "5f396fa91fc22310f5c519aa658436a1a5251846") =2D (revision "5")) + (let ((commit "5eb31a284c8db5102bc71b1e2c6ce3a095ae085b") + (revision "6")) (package (name "emacs-racket-mode") (version (git-version "0.0.2" revision commit)) @@ -15589,12 +15589,13 @@ perform regression test for packages that provide= font-lock rules.") (file-name (git-file-name name version)) (sha256 (base32 =2D "1214y08i0c51d1vzw9jzyf79vyfqizdy6m0980qs13qbdwsj32v0")))) + "081h6rd0gv88m0wvnmghi242kl39x1sz34qr4cq9vz04iwvnmgrm")))) (build-system emacs-build-system) (arguments `(#:include '("\\.el$" "\\.rkt$"))) (propagated-inputs `(("emacs-faceup" ,emacs-faceup) + ("emacs-pos-tip" ,emacs-pos-tip) ("emacs-s" ,emacs-s))) (home-page "https://www.racket-mode.com/") (synopsis "Major mode for the Racket language") =2D-=20 2.26.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAl8DgpAACgkQS8Alkl/4 9NOscA//Su/RFO9M5uuf81pks+ApSZtP7nInqAjBVP+aMnL9UQETo6FStKi3sg/9 RjXS2C3h6+BKUAVp8I1NuwStZ0DwjYVP5FU864+13nZclEie7R+xXmuTvfO8dovy JFzh+zE4WvPsPcjBECEx7Xbvjee0KxdXtbK0YUKdoRTiAOyErn2QGfP7lDWJjmr4 mDEuO3UFUT5ANGMIAqaQYn7Onyk/1pnn3u4rTLqqbyvjuhLwfrW4ufwMjHswQb/t 7Wl2UWP3vyTvhweE6GHNfB+rSdEFKfUgHt6nuNtUElwsJIUOZYP9FwZhSCAOfkSc oFpoXrMteSMyxnGcEgvtJFHzl3eVVXP2HWnGeb2q6LLQMoGd1OIH87201n/clow4 Gh6MSAlUveksUZoTLakRUmxRoJb5OTRrNXMwqOTSNIoZHb4idRMp83z+AwiX9aKs fXry6oCplooZuyzArLL0buk/ibtYy8pLeeeg1qDRZda0iGnNDTeNKPW+XOMm+UjY JaGZM41+V83IonHJAttiQ1N1tb6WwjgJKM2/UHSXvBRfMytFRm0XYmeg1z/mo0C0 qDJT9E+D77/A91uvWvgdCujgx7H/WgmxnwWX9dsHzfVQhrd2ahgAfU92Dyq6sheI TkpzVIKy5G/eJSOIhBOExnDwjpWpYpXCLy26Sg8VZMLftwm3hng= =tP1j -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 08:11:27 2020 Received: (at 42235) by debbugs.gnu.org; 7 Jul 2020 12:11:27 +0000 Received: from localhost ([127.0.0.1]:35650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmRb-0003G0-IV for submit@debbugs.gnu.org; Tue, 07 Jul 2020 08:11:27 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:60055) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmRZ-0003Fn-JO for 42235@debbugs.gnu.org; Tue, 07 Jul 2020 08:11:26 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id E65FC1BF203; Tue, 7 Jul 2020 12:11:18 +0000 (UTC) From: Nicolas Goaziou To: Christopher Lemmer Webber Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706. References: <87tuykpg8f.fsf@dustycloud.org> Date: Tue, 07 Jul 2020 14:11:17 +0200 In-Reply-To: <87tuykpg8f.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Mon, 06 Jul 2020 15:59:12 -0400") Message-ID: <87pn977cey.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42235 Cc: 42235@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.7 (-) Hello, Christopher Lemmer Webber writes: > Finally, now with REPL history! > > I'm not really sure what's going on with the version number stuff here > so let me know if this looks right... It looks perfect to me :) Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 08:35:03 2020 Received: (at 42235) by debbugs.gnu.org; 7 Jul 2020 12:35:03 +0000 Received: from localhost ([127.0.0.1]:35705 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmoR-0003uA-1y for submit@debbugs.gnu.org; Tue, 07 Jul 2020 08:35:03 -0400 Received: from dustycloud.org ([50.116.34.160]:59946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmoO-0003tg-DA for 42235@debbugs.gnu.org; Tue, 07 Jul 2020 08:35:01 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 8D33426679; Tue, 7 Jul 2020 08:34:59 -0400 (EDT) References: <87tuykpg8f.fsf@dustycloud.org> <87pn977cey.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.4.9; emacs 26.3 From: Christopher Lemmer Webber To: Nicolas Goaziou Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706. In-reply-to: <87pn977cey.fsf@nicolasgoaziou.fr> Date: Tue, 07 Jul 2020 08:34:59 -0400 Message-ID: <87lfjvh5ak.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42235 Cc: 42235@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 (-) Nicolas Goaziou writes: > Hello, > > Christopher Lemmer Webber writes: > >> Finally, now with REPL history! >> >> I'm not really sure what's going on with the version number stuff here >> so let me know if this looks right... > > It looks perfect to me :) > > Regards, Great... then pushed! From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 11:00:25 2020 Received: (at submit) by debbugs.gnu.org; 7 Jul 2020 15:00:25 +0000 Received: from localhost ([127.0.0.1]:36502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsp57-0007nV-6M for submit@debbugs.gnu.org; Tue, 07 Jul 2020 11:00:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:35148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsp55-0007nN-0B for submit@debbugs.gnu.org; Tue, 07 Jul 2020 11:00:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsp54-0004pM-NQ for guix-patches@gnu.org; Tue, 07 Jul 2020 11:00:22 -0400 Received: from dustycloud.org ([50.116.34.160]:34462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsp4z-0001eY-CD for guix-patches@gnu.org; Tue, 07 Jul 2020 11:00:22 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 3212C26617; Tue, 7 Jul 2020 11:00:16 -0400 (EDT) References: <87tuykpg8f.fsf@dustycloud.org> <87pn977cey.fsf@nicolasgoaziou.fr> <87lfjvh5ak.fsf@dustycloud.org> User-agent: mu4e 1.4.9; emacs 26.3 From: Christopher Lemmer Webber Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706. In-reply-to: <87lfjvh5ak.fsf@dustycloud.org> Date: Tue, 07 Jul 2020 11:00:15 -0400 Message-ID: <87imezgykg.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=50.116.34.160; envelope-from=cwebber@dustycloud.org; helo=dustycloud.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/07 11:00:16 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, MISSING_HEADERS=1.021, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 42235-done@debbugs.gnu.org, Nicolas Goaziou 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.1 (-) Christopher Lemmer Webber writes: > Nicolas Goaziou writes: > >> Hello, >> >> Christopher Lemmer Webber writes: >> >>> Finally, now with REPL history! >>> >>> I'm not really sure what's going on with the version number stuff here >>> so let me know if this looks right... >> >> It looks perfect to me :) >> >> Regards, > > Great... then pushed! Oh yeah, and closing :) From unknown Wed Jun 18 23:05:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 Aug 2020 11:24:05 +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