From unknown Wed Jun 18 23:13:55 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#37622 <37622@debbugs.gnu.org> To: bug#37622 <37622@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-extempore-mode. Reply-To: bug#37622 <37622@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:13:55 +0000 retitle 37622 [PATCH] gnu: Add emacs-extempore-mode. reassign 37622 guix-patches submitter 37622 Giacomo Leidi severity 37622 normal tag 37622 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 10:23:11 2019 Received: (at submit) by debbugs.gnu.org; 4 Oct 2019 14:23:11 +0000 Received: from localhost ([127.0.0.1]:43311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGOUB-0005Xw-6L for submit@debbugs.gnu.org; Fri, 04 Oct 2019 10:23:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:60140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGOU9-0005Xo-Kf for submit@debbugs.gnu.org; Fri, 04 Oct 2019 10:23:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55397) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGOU8-0006mP-43 for guix-patches@gnu.org; Fri, 04 Oct 2019 10:23:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGOU6-0006ku-Nh for guix-patches@gnu.org; Fri, 04 Oct 2019 10:23:07 -0400 Received: from confino.investici.org ([212.103.72.250]:25197) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGOU6-0006ji-7k for guix-patches@gnu.org; Fri, 04 Oct 2019 10:23:06 -0400 Received: from mx1.investici.org (localhost [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 141E32118C; Fri, 4 Oct 2019 14:23:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1570198982; bh=P0J7BZrOxpCsVDk1OkrovirreXC+rUm7MVVw9o1mu6Q=; h=From:To:Cc:Subject:Date:From; b=CM1FBZd2h/5piyDqhWqbv/gFhf6wTytHPpZtguExxnJZ5B4KKj67PsO75cRO/n9ow y+0nJfOQU62hFfr3oQ65T8k5cmriAQKivHnbZebMrjAB9adXiVtpx43KsHZq9npfiE ch9DN2FIstIPSejck4CVFhOUEufftBuux27cR8Ec= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id D21C82118B; Fri, 4 Oct 2019 14:23:00 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-extempore-mode. Date: Fri, 4 Oct 2019 16:22:35 +0200 Message-Id: <20191004142235.11979-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.103.72.250 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi 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 (--) * gnu/packages/emacs-xyz.scm (emacs-extempore-mode): New variable. --- gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm 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 like Org-m= ode.") "Elixir-Mode Provides font-locking, indentation and navigation supp= ort for the Elixir programming language.") (license license:gpl3+))) + +(define-public emacs-extempore-mode + (let ((version "20190917") ; no proper tag, use date of com= mit + (commit "848ad0084f27b92d1cf98dabffbad29f959a642d") + (revision "1")) + (package + (name "emacs-extempore-mode") + (version (git-version version revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/extemporelang/extempore-emacs-mo= de.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00wr025php7nl33x541s9rjm99hj0jbdcmnw9ljx5hqpm04aqm7c"= )))) + (build-system emacs-build-system) + (home-page + "https://github.com/extemporelang/extempore-emacs-mode") + (synopsis + "Emacs major mode for Extempore source files") + (description + "A major mode for editing Extempore code. It can create an +Extempore REPL, connect the current @code{extempore-mode} buffer +to a running Extempore process and more.") + (license license:bsd-2)))) --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 11:05:33 2019 Received: (at 37622-done) by debbugs.gnu.org; 4 Oct 2019 15:05:33 +0000 Received: from localhost ([127.0.0.1]:43335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGP9A-0006Y1-Ui for submit@debbugs.gnu.org; Fri, 04 Oct 2019 11:05:33 -0400 Received: from tobias.gr ([80.241.217.52]:56270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGP98-0006Xs-9z for 37622-done@debbugs.gnu.org; Fri, 04 Oct 2019 11:05:31 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 51932745; Fri, 4 Oct 2019 15:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=DUvF5zT4Ois1LJ9ipCT3Ec QIZLj9/ccJWA6evt92bkQ=; b=DXezAFpEKPz7OcRgnkUcAsMWVPf9jWn6BdKIAV PakghidOCJCnsX9fBqRnG3OG+ZBuKAI34h72F0JsHvSb7LiBIlXJph0MCZcED8qp mniMYOxk0WSsgCxj/ephQGvMgtw42WlyDfxNnP3iLv6lgbayCdrQKI+urKB2FuJ3 v0vRmzSbAU7rNz1czoHoLTeVZTLMg+YOjVcD6ShAZUhQPiHlb/8hnWBwgrl1Z8A5 WL+3l0gim74bitWnYZEU2kalRHBuGOIkruf2K5DXg4V7bnEEnwI3W3Nlfo2YtRjw anDCw1qqTjrDXcEQ42cMTpXyDFmc0QXr9UfSO0YiLguFv41Q== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id ab498409 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 4 Oct 2019 15:05:23 +0000 (UTC) From: Tobias Geerinckx-Rice To: 37622-done@debbugs.gnu.org, Giacomo Leidi Subject: Re: [bug#37622] [PATCH] gnu: Add emacs-extempore-mode. 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" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37622-done 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; 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----- --=-=-=-- From unknown Wed Jun 18 23:13:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Nov 2019 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