From unknown Sat Aug 16 10:49:41 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#41551 <41551@debbugs.gnu.org> To: bug#41551 <41551@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-bm. Reply-To: bug#41551 <41551@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:49:41 +0000 retitle 41551 [PATCH] gnu: Add emacs-bm. reassign 41551 guix-patches submitter 41551 Michael Rohleder severity 41551 normal tag 41551 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 26 19:41:22 2020 Received: (at submit) by debbugs.gnu.org; 26 May 2020 23:41:22 +0000 Received: from localhost ([127.0.0.1]:47413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdjCE-0000ai-D6 for submit@debbugs.gnu.org; Tue, 26 May 2020 19:41:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:54456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdjCC-0000ab-Rm for submit@debbugs.gnu.org; Tue, 26 May 2020 19:41:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdjCC-0004U1-KP for guix-patches@gnu.org; Tue, 26 May 2020 19:41:20 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:43504) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jdjCA-0003k9-Tj for guix-patches@gnu.org; Tue, 26 May 2020 19:41:20 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jdjC6-0002kB-RK; Wed, 27 May 2020 01:41:14 +0200 Received: from [192.168.1.8] (helo=chuwi) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jdjC6-0003oD-9F for guix-patches@gnu.org; Wed, 27 May 2020 01:41:14 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-bm. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 27 May 2020 01:41:05 +0200 Message-ID: <87imgixo1a.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1590536478;38e106ea; X-HE-SMSGID: 1jdjC6-0002kB-RK Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/26 19:41:15 X-ACL-Warn: Detected OS = ??? 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, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-bm.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add emacs-bm. From=20edd01faf84a59499a9a83b336d55828aadd6bfa3 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Wed, 27 May 2020 01:37:42 +0200 Subject: [PATCH] gnu: Add emacs-bm. * gnu/packages/emacs-xyz.scm (emacs-bm): New variable. =2D-- gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b99acb7815..34afc73d8e 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1860,6 +1860,26 @@ code@{emacs-wiki.el}, it facilitates using hyperlink= s and doing full-text searches. Unlike code@{emacs-wiki.el}, it can be combined with any format= .") (license license:gpl1+))) =20 +(define-public emacs-bm + (package + (name "emacs-bm") + (version "201905") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/joodland/bm.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn")))) + (build-system emacs-build-system) + (home-page "https://github.com/joodland/bm") + (synopsis "Visual Bookmarks for Emacs") + (description "This package provides visible, buffer local, bookmarks a= nd +the ability to jump forward and backward to the next bookmark.") + (license license:gpl2+))) + (define-public emacs-calfw (package (name "emacs-calfw") =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 There are three kinds of people: men, women, and unix. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7NqREACgkQfHr/vv7y yyVftggAkiGb2rbUWsI0+ktthifwDSK6bAOdvAhE5SzUS4beFW4WtXySF9EOvUWD HgI/ONVOpXAnIxyRu6DMeRvDAf96RIMIC0B+U1fPMn4atu6QJG61NepOpSATj52t NsafV2nUG+V54lhPI1E596PGEQ+qg7pqtQbymPdvgGRFZZ1QHSLqDZwGlXNYOkwa 6k8RvUnCk1VuZ+BUrIGZqaUqVqQ7hNxbp+BCYinTyTnVlSzaV6k5OZlIXE0c6u/Q vjgjYbE6Ovys5NQcjXo+Ih83fcrezS5ShzFqy2/g8N9dFt2mFzAA2lS4lAgkOZWo yoxdGpnQ5MBLcwaXBJhvcZynm1n+Mg== =h/+x -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 07:50:49 2020 Received: (at 41551) by debbugs.gnu.org; 30 May 2020 11:50:49 +0000 Received: from localhost ([127.0.0.1]:57031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf00n-0007P1-30 for submit@debbugs.gnu.org; Sat, 30 May 2020 07:50:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf00k-0007Ol-Re for 41551@debbugs.gnu.org; Sat, 30 May 2020 07:50:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33215) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf00e-0006IK-Sn; Sat, 30 May 2020 07:50:40 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:49292 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf00e-0002Um-Ct; Sat, 30 May 2020 07:50:40 -0400 From: Marius Bakke To: Michael Rohleder , 41551@debbugs.gnu.org Subject: Re: [bug#41551] [PATCH] gnu: Add emacs-bm. In-Reply-To: <87imgixo1a.fsf@rohleder.de> References: <87imgixo1a.fsf@rohleder.de> Date: Sat, 30 May 2020 13:50:37 +0200 Message-ID: <87ftbh3alu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41551 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 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Michael Rohleder writes: > From edd01faf84a59499a9a83b336d55828aadd6bfa3 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Wed, 27 May 2020 01:37:42 +0200 > Subject: [PATCH] gnu: Add emacs-bm. > > * gnu/packages/emacs-xyz.scm (emacs-bm): New variable. Thanks! It LGTM but no longer applies, can you rebase it on the current master branch? =20=20 > +(define-public emacs-bm > + (package > + (name "emacs-bm") > + (version "201905") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/joodland/bm.git") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn"))= )) > + (build-system emacs-build-system) > + (home-page "https://github.com/joodland/bm") > + (synopsis "Visual Bookmarks for Emacs") ^^^ Lowercase 'b'. > + (description "This package provides visible, buffer local, bookmarks= and > +the ability to jump forward and backward to the next bookmark.") The description reads a bit weird, I wonder if... "visible, buffer local bookmarks" (without the second comma) ...is more correct? Can you send an updated patch? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SSI0ACgkQoqBt8qM6 VPracgf+MtekpNxWd6LcVs9j/OdgOvAQSxEjyOvg81gt0uAC93uY7Pdq+s2gAATe +MOEzjuHUT8tmKShJXKZnjJ40FMUG5yZj/j6AJcpCMNKrPx+hJo/WvecA7u2UtRv b0c04DyN1LSaBsLeuTc/EU9nSy8EXaFtQXYovqlJ/yO0xpWD7eMxln1JPz6y7j6M N5p6FjMCr4on8jhgt85XoInZH+sJ0tXso5K6jtezRv42gv/8UAfegJAGJVtREcIb zP8SVlwUx1dIyjx/rQkButti9BEys7Od6EqEB1rjN6qB8eo729YzHMwD4bL8vGOY r0xrgggEUQvrQwMV84HhX7ViY8iNDw== =8z69 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 13:56:00 2020 Received: (at 41551) by debbugs.gnu.org; 30 May 2020 17:56:00 +0000 Received: from localhost ([127.0.0.1]:59163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf5iC-00027W-1o for submit@debbugs.gnu.org; Sat, 30 May 2020 13:56:00 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:56546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf5iA-00027O-TU for 41551@debbugs.gnu.org; Sat, 30 May 2020 13:55:59 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jf5i8-0003SP-KW; Sat, 30 May 2020 19:55:56 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jf5i8-0000iJ-0j; Sat, 30 May 2020 19:55:56 +0200 From: Michael Rohleder To: Marius Bakke Subject: Re: [bug#41551] [PATCH] gnu: Add emacs-bm. References: <87imgixo1a.fsf@rohleder.de> <87ftbh3alu.fsf@gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sat, 30 May 2020 19:55:31 +0200 In-Reply-To: <87ftbh3alu.fsf@gnu.org> (Marius Bakke's message of "Sat, 30 May 2020 13:50:37 +0200") Message-ID: <87o8q5z4rw.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1590861358;f5fd09e0; X-HE-SMSGID: 1jf5i8-0003SP-KW X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41551 Cc: 41551@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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hi Marius, you have an impressive pensum! Thanks for the review! Marius Bakke writes: >> * gnu/packages/emacs-xyz.scm (emacs-bm): New variable. > > Thanks! It LGTM but no longer applies, can you rebase it on the current > master branch? done. >> + (synopsis "Visual Bookmarks for Emacs") > ^^^ > Lowercase 'b'. done. >> + (description "This package provides visible, buffer local, bookmarks and >> +the ability to jump forward and backward to the next bookmark.") > > The description reads a bit weird, I wonder if... > > "visible, buffer local bookmarks" (without the second comma) > > ...is more correct? seems more correct, yes => done. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-bm.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add emacs-bm. From=20b2a6beadb1b82a524f5ef665d747b5f5252534cb Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sat, 30 May 2020 19:50:02 +0200 Subject: [PATCH] gnu: Add emacs-bm. * gnu/packages/emacs-xyz.scm (emacs-bm): New variable. =2D-- gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6d82e1921c..9cf4cdd6a1 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1918,6 +1918,26 @@ code@{emacs-wiki.el}, it facilitates using hyperlink= s and doing full-text searches. Unlike code@{emacs-wiki.el}, it can be combined with any format= .") (license license:gpl1+))) =20 +(define-public emacs-bm + (package + (name "emacs-bm") + (version "201905") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/joodland/bm.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn")))) + (build-system emacs-build-system) + (home-page "https://github.com/joodland/bm") + (synopsis "Visual bookmarks for Emacs") + (description "This package provides visible, buffer local bookmarks and +the ability to jump forward and backward to the next bookmark.") + (license license:gpl2+))) + (define-public emacs-calfw (package (name "emacs-calfw") =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 In short, I think gcc should be fixed, or at the very least it should be a _documented_ bug at which point I have no gripe with fixing it in the kernel. But I refuse to work around undocumented bugs - that starts to smell too much like microsoft, and then I might as well start using Windows myself.=20 Linus --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7SnhMACgkQfHr/vv7y yyWXwgf9E6UTdgVjlbf/PRGlHC33Und17h7/7wrNaW2c12zXSedHTb4cZ7vHZS1D C+WHrpfd3b3S71ITy71YXsjdAM02yupNZ2BalzJr34+e78ROKvJfNy7i1OMbbb7z 644FXLciXoZqJPcRLhp6xtPmOTjrZqJq+NFgvJNcac1DlB9BZbIbadyvEIriHiHl CKhCgaYDkBa+0AQyCuF13eiPMvrY8NRqZHyXeVX9t0xODU/cOMEeVuS16ABo/KDc 4w6PVeF9y+O45t5hhzDu7iPa5EeLuYI2rH6UTuNy9gzQj9KjeEQDjsxTjuP90uxw 0VdNs6QkvenSZupeZYFTiBZQcOUXcQ== =0ttF -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 17:17:06 2020 Received: (at 41551-done) by debbugs.gnu.org; 30 May 2020 21:17:06 +0000 Received: from localhost ([127.0.0.1]:59302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf8qo-0000hQ-95 for submit@debbugs.gnu.org; Sat, 30 May 2020 17:17:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf8qn-0000gj-6L for 41551-done@debbugs.gnu.org; Sat, 30 May 2020 17:17:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44487) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf8qh-0003hG-RV; Sat, 30 May 2020 17:16:59 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:47992 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf8qg-0006GQ-IT; Sat, 30 May 2020 17:16:58 -0400 From: Marius Bakke To: Michael Rohleder Subject: Re: [bug#41551] [PATCH] gnu: Add emacs-bm. In-Reply-To: <87o8q5z4rw.fsf@rohleder.de> References: <87imgixo1a.fsf@rohleder.de> <87ftbh3alu.fsf@gnu.org> <87o8q5z4rw.fsf@rohleder.de> Date: Sat, 30 May 2020 23:16:56 +0200 Message-ID: <87blm5xgvr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41551-done Cc: 41551-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 (---) --=-=-= Content-Type: text/plain Michael Rohleder writes: > Hi Marius, > > you have an impressive pensum! Heh, not sure if that's meant as a compliment, but I'll take it. ;-) > Thanks for the review! You are welcome! [...] > From b2a6beadb1b82a524f5ef665d747b5f5252534cb Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Sat, 30 May 2020 19:50:02 +0200 > Subject: [PATCH] gnu: Add emacs-bm. > > * gnu/packages/emacs-xyz.scm (emacs-bm): New variable. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SzUgACgkQoqBt8qM6 VPqziwgAgCAvRiHtKgUDX4WRQ5VY3eODpRn4/iq/mg0BLu+34CGSBDcDUxTBfMCo AcnQyIKusbCkDHfTj9WQzUYu99HoYcIDRFo3qJ1wntfnKJK6+yHvaOvRUksiJchb nrLrXhLx0e+kqxdJ0iuIV6IxV4QboH0C1I4+LSSVFVCvPfKjuD1ErqdtQH1nGrF2 6wWmf2UEOyM275d0waFRwZXCEY6IgzWGTkjZOq7C+wVhupsS8a3BTYQhIctTqUfg bK81PLB6zdjUmYLWcDC7n58llzrsPPuTm6S2hf0SSb7+/SXS2wFH9ot6Y6i1qQ9p eBrYqJySgKN6MlvP6yhADJg42bIWyg== =6BOD -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 10:49:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Jun 2020 11:24:06 +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