abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

execute to minibuffer #8

Closed mallt closed 7 years ago

mallt commented 8 years ago

First of all thank you for creating this package!

I've modified the nodejs-repl-execute function a bit to echo the results of the selected region in the minibuffer. This way a js file can be used as a scratch buffer: js-scratch

Do you think this could be a useful addition to the package? Then I'll submit a PR for this.

mallt commented 7 years ago

Closing this issue, meanwhile a javascript-scratch buffer is available in the jade package: https://github.com/NicolasPetton/jade