From: Giacomo Leidi <goodoldpaul@autistici.org>
To: 37622@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#37622] [PATCH] gnu: Add emacs-extempore-mode.
Date: Fri, 4 Oct 2019 16:22:35 +0200 [thread overview]
Message-ID: <20191004142235.11979-1-goodoldpaul@autistici.org> (raw)
* 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
next reply other threads:[~2019-10-04 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-04 14:22 Giacomo Leidi [this message]
2019-10-04 15:05 ` bug#37622: [PATCH] gnu: Add emacs-extempore-mode Tobias Geerinckx-Rice via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191004142235.11979-1-goodoldpaul@autistici.org \
--to=goodoldpaul@autistici.org \
--cc=37622@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.