GNU bug report logs - #37622
[PATCH] gnu: Add emacs-extempore-mode.

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Fri, 4 Oct 2019 14:24:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37622 in the body.
You can then email your comments to 37622 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#37622; Package guix-patches. (Fri, 04 Oct 2019 14:24:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Giacomo Leidi <goodoldpaul <at> autistici.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 04 Oct 2019 14:24:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: guix-patches <at> gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH] gnu: Add emacs-extempore-mode.
Date: Fri,  4 Oct 2019 16:22:35 +0200
* 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-mode.")
      "Elixir-Mode Provides font-locking, indentation and navigation support
  for the Elixir programming language.")
     (license license:gpl3+)))
+
+(define-public emacs-extempore-mode
+  (let ((version "20190917")            ; no proper tag, use date of commit
+        (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-mode.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))))
-- 
2.23.0





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Fri, 04 Oct 2019 15:06:01 GMT) Full text and rfc822 format available.

Notification sent to Giacomo Leidi <goodoldpaul <at> autistici.org>:
bug acknowledged by developer. (Fri, 04 Oct 2019 15:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 37622-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 37622-done <at> debbugs.gnu.org, Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: Re: [bug#37622] [PATCH] gnu: Add emacs-extempore-mode.
Date: Fri, 04 Oct 2019 17:05:22 +0200
[Message part 1 (text/plain, inline)]
Giacomo,

Thank you!

Giacomo Leidi 写道:
> * 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-mode.")
>       "Elixir-Mode Provides font-locking, indentation and 
>       navigation support
>   for the Elixir programming language.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-extempore-mode
> +  (let ((version "20190917")            ; no proper tag, use 
> date of commit

We can't do this, since upstream could decide to release 0.1 
tomorrow and Guix would never consider it an upgrade: the number 
20190917 is larger than almost anything.

Hence we must use ‘0.0.0’ 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 
> an

Descriptions should start with a full sentence.

I've made these changes and pushed commit 
0c3cf628299458dbbbd783adca5b1d277ead0fc8.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Nov 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.