mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
34a9e8eb3a
Consistent eval interface for various REPLs This package does what ESS does for R for various REPLs, including ielm. Emacs Speaks Statistics (ESS) package has a nice function called 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. This package implements similar work flow for various read-eval-print-loops (REPLs) shown below. https://github.com/kaz-yos/eval-in-repl/
6 lines
254 B
Text
6 lines
254 B
Text
;;; https://github.com/milkypostman/melpa#recipe-format
|
|
(eval-in-repl :fetcher github
|
|
:repo "kaz-yos/eval-in-repl"
|
|
:commit "origin/master"
|
|
:files ("*.el"
|
|
(:exclude "*.md" "*.png")))
|