From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34197) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGP9h-0004AC-NH for guix-patches@gnu.org; Fri, 04 Oct 2019 11:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGP9g-0003Rc-06 for guix-patches@gnu.org; Fri, 04 Oct 2019 11:06:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGP9e-0003Qc-BH for guix-patches@gnu.org; Fri, 04 Oct 2019 11:06:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGP9e-0006Yq-5S for guix-patches@gnu.org; Fri, 04 Oct 2019 11:06:02 -0400 Subject: bug#37622: [PATCH] gnu: Add emacs-extempore-mode. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20191004142235.11979-1-goodoldpaul@autistici.org> In-reply-to: <20191004142235.11979-1-goodoldpaul@autistici.org> Date: Fri, 04 Oct 2019 17:05:22 +0200 Message-ID: <87mueg4klp.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" Reply-to: Tobias Geerinckx-Rice via Guix-patches From: Tobias Geerinckx-Rice via Guix-patches via To: 37622-done@debbugs.gnu.org, Giacomo Leidi --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Giacomo, Thank you! Giacomo Leidi =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/emacs-xyz.scm (emacs-extempore-mode): New=20 > variable. > --- > gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/emacs-xyz.scm=20 > b/gnu/packages/emacs-xyz.scm > index 44fe73c3ef..69c3e9dd87 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -18754,3 +18754,30 @@ Emacs that integrate with major modes=20 > like Org-mode.") > "Elixir-Mode Provides font-locking, indentation and=20 > navigation support > for the Elixir programming language.") > (license license:gpl3+))) > + > +(define-public emacs-extempore-mode > + (let ((version "20190917") ; no proper tag, use=20 > date of commit We can't do this, since upstream could decide to release 0.1=20 tomorrow and Guix would never consider it an upgrade: the number=20 20190917 is larger than almost anything. Hence we must use =E2=80=980.0.0=E2=80=99 in such situations. > + (home-page > + "https://github.com/extemporelang/extempore-emacs-mode") > + (synopsis > + "Emacs major mode for Extempore source files") Both of these can be single lines. > + "A major mode for editing Extempore code. It can create=20 > an Descriptions should start with a full sentence. I've made these changes and pushed commit=20 0c3cf628299458dbbbd783adca5b1d277ead0fc8. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl2XX7IACgkQ2Imw8BjF STyKZQ//QjTmkeDLZDCS/slhIHifvfZvP4M7mKND10uXwlz+hGXxEhaOpQiYIcMF SmzP4czRqYgSmc+qDqKe/BG2rHkDQwHlMUgOr+UFWC6GbWHmAO1OBYKaAgwskbk3 fEt5SBWOlQDsrC5MnS1HPwYJfJx30jQnzqNiYo+ti//hg0ujLphrwieKiVsXJyCr pZyvT5LvAyVE4s0mdfklnHsXwMB2B/t8YGQDke1mmk8sLH9+3BsRq8khjqqvWpcd jWcs3a/79MRCMtKA3Nhe7mJdm8fPXs7OHLEwTneCCmmRvVenbE0WeHj4lwGAzSX+ GM5mv2MbOt+mPXyO/y5aiaLFP8Bv8gH5mok2Lhv6uLFVDHkme+uofKJtsO01eTXs Wqt96hu0p61iQ0zQaQWes0RQfkywXKoetyBmNBewvmZBXIZ82oA9FoAxe0YYM+YO m9rgyWZvzqGnFFPNcYWLy5c57aiKVUTHR8a0PW3Ey1i/axcqOG5tUF9SQOSoiFkv YqkSGLhOGh/h5DWQFTU/1Sc0Bz1DsBEtMhwjw54v1u+Nr7Kgfl5NgCcR6hnyBWt1 rslEQlJjjekpvhfbGIqb/e13KaGoSOqD/m5AjmbkNLA9i8Ls8iTQg89keTEWsY3B dVyxZ6hoFALcZPGQW8YZegX0VAGFH4QHNIhjawv4qYZUNOuNVpQ= =5RRK -----END PGP SIGNATURE----- --=-=-=--