Closed shofetim closed 4 years ago
Emacs: version: 26.2
Nodejs-repl Version: 20200114.1529 Commit: 8b9094826568485eb0c48d798ae0026cb6962b83
NodeJS: Version: 13.8.0
Steps to reproduce:
undefined
M-w
tmp.js
console.log("Hello World")
nodejs-repl-send-region
The kill ring contents are prepended to what is sent to the nodejs-repl:
> console.log("Hello World") Hello World undefined > undefined.editor // Entering editor mode (^D to finish, ^C to cancel) console.log("Hello World"); undefined Hello World undefined > Process nodejs finished
Thank you for your report! I've fixed the issue in https://github.com/abicky/nodejs-repl.el/pull/32 and released nodejs-repl.el 0.2.4.
Thank you! I've tried it out and it works great!
Emacs: version: 26.2
Nodejs-repl Version: 20200114.1529 Commit: 8b9094826568485eb0c48d798ae0026cb6962b83
NodeJS: Version: 13.8.0
Steps to reproduce:
undefined
that the repl returns and copy it to the kill ring (M-w
)tmp.js
and enterconsole.log("Hello World")
mark it, and then callnodejs-repl-send-region
The kill ring contents are prepended to what is sent to the nodejs-repl: