[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57737] [PATCH 10/22] gnu: Add emacs-eval-in-repl-ruby.
From: |
Nicolas Graves |
Subject: |
[bug#57737] [PATCH 10/22] gnu: Add emacs-eval-in-repl-ruby. |
Date: |
Sun, 11 Sep 2022 20:15:59 +0200 |
* gnu/packages/emacs-xyz.scm (emacs-eval-in-repl-ruby): 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 c1c817ab15..1a14635f9c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27294,6 +27294,32 @@ (define-public emacs-eval-in-repl-python
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-ruby
+ (package
+ (name "emacs-eval-in-repl-ruby")
+ (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-ruby.el"))
+ (sha256
+ (base32
+ "05yrv9pj91yfxk46g5ky9xixndgmzv0c4nhn4qsn85mx3jy9x915"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-eval-in-repl emacs-inf-ruby))
+ (home-page "https://github.com/kaz-yos/eval-in-repl")
+ (synopsis "Consistent evaluation interface for Ruby REPLs for emacs")
+ (description"\
+This package provides a consistent ESS-like evaluation interface for
+Ruby 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] emacs-eval-in-repl patches, Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 01/22] gnu: Add emacs-eval-in-repl., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 02/22] gnu: Add emacs-eval-in-repl-ielm., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 04/22] gnu: Add emacs-eval-in-repl-slime., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 05/22] gnu: Add emacs-eval-in-repl-geiser., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 07/22] gnu: Add emacs-eval-in-repl-scheme., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 10/22] gnu: Add emacs-eval-in-repl-ruby.,
Nicolas Graves <=
- [bug#57737] [PATCH 09/22] gnu: Add emacs-eval-in-repl-python., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 06/22] gnu: Add emacs-eval-in-repl-racket., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 11/22] gnu: Add emacs-eval-in-repl-sml., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 03/22] gnu: Add emacs-eval-in-repl-cider., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 08/22] gnu: Add emacs-eval-in-repl-hy., Nicolas Graves, 2022/09/11
- [bug#57737] [PATCH 12/22] gnu: Add emacs-eval-in-repl-ocaml., Nicolas Graves, 2022/09/11
- [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