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----- --=-=-=--