kaz-yos / eval-in-repl

Consistent ESS-like eval interface for various REPLs
174 stars 27 forks source link

essh is not available #10

Closed stardiviner closed 8 years ago

stardiviner commented 8 years ago

I found there is one line (essh-next-code-line) in eir-eval-in-ruby definition. But I have not found essh in Emacs library. And there there is no this package in MELPA.

kaz-yos commented 8 years ago

It is available at the URL below. But since I am using only one function from this package, I should probably just incorporate the function into eval-in-repl to reduce dependencies.

http://www.emacswiki.org/emacs/essh.el

stardiviner commented 8 years ago

good choice.

kaz-yos commented 8 years ago

I incorporated the function as eir-next-code-line and dropped the essh.el dependency in version 0.8.0.