[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57737] [PATCH 5/7] gnu: Add emacs-eval-in-repl-elm.
From: |
Nicolas Graves |
Subject: |
[bug#57737] [PATCH 5/7] gnu: Add emacs-eval-in-repl-elm. |
Date: |
Sun, 11 Sep 2022 20:21:13 +0200 |
* gnu/packages/emacs-xyz.scm (emacs-eval-in-repl-elm): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6caf7f53c9..acf4843181 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27530,6 +27530,32 @@ (define-public emacs-eval-in-repl-erlang
called @code{ess-eval-region-or-line-and-step}, which is assigned to
C-RET. This function sends a line or a selected region to the corresponding
shell (R, Julia, Stata, etc) visibly. It also start up a shell if there is
+none.")
+ (license license:expat)))
+
+(define-public emacs-eval-in-repl-elm
+ (package
+ (name "emacs-eval-in-repl-elm")
+ (version "0.9.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://raw.githubusercontent.com/kaz-yos/eval-in-repl/"
+ version "/eval-in-repl-elm.el"))
+ (sha256
+ (base32
+ "0ca6070y7s86xs4y1dibq6b1rz143z5i17s7ifra0afgib10a5hb"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-eval-in-repl emacs-elm-mode))
+ (home-page "https://github.com/kaz-yos/eval-in-repl")
+ (synopsis "Consistent evaluation interface for Elm REPLs for emacs")
+ (description"\
+This package provides a consistent ESS-like evaluation interface for
+Elm REPLs. Emacs Speaks Statistics (ESS) package has a nice function
+called @code{ess-eval-region-or-line-and-step}, which is assigned to
+C-RET. This function sends a line or a selected region to the corresponding
+shell (R, Julia, Stata, etc) visibly. It also start up a shell if there is
none.")
(license license:expat)))
(define-public emacs-eval-sexp-fu-el
--
2.37.3
- [bug#57737] [PATCH 03/22] gnu: Add emacs-eval-in-repl-cider., (continued)
- [bug#57737] [PATCH 01/10] gnu: Add emacs-eval-in-repl-prolog., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 1/7] gnu: Add emacs-eval-in-repl-shell., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 7/7] gnu: Add emacs-org-babel-eval-in-repl., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 4/7] gnu: Add emacs-eval-in-repl-erlang., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 2/7] gnu: Add emacs-alchemist., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 5/7] gnu: Add emacs-eval-in-repl-elm.,
Nicolas Graves <=
- [bug#57737] [PATCH 3/7] gnu: Add emacs-eval-in-repl-iex., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 6/7] gnu: Add emacs-ob-elm., Nicolas Graves, 2022/09/11
- [bug#57737] emacs-eval-in-repl patches, Liliana Marie Prikler, 2022/09/11
- [bug#57737] [PATCH 1/6] gnu: Add emacs-eval-in-repl., Nicolas Graves, 2022/09/13
- [bug#57737] [PATCH 6/6] gnu: Add emacs-org-babel-eval-in-repl., Nicolas Graves, 2022/09/13
- [bug#57737] [PATCH 3/6] gnu: Add emacs-alchemist., Nicolas Graves, 2022/09/13
- [bug#57737] [PATCH 2/6] gnu: Add emacs-js-comint., Nicolas Graves, 2022/09/13
- [bug#57737] [PATCH 5/6] gnu: Add emacs-ob-elm., Nicolas Graves, 2022/09/13
- [bug#57737] [PATCH 4/6] gnu: Add emacs-eval-in-repl packages., Nicolas Graves, 2022/09/13