Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 755 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 755 Bytes

js-comint (version 0.0.2)

It’s only a bug fix version of js-cominit 0.0.1.

Since it’s not been updated for about five years. There is some compatibility issue with latest node.js.

That’s what I will fix. I intend to keep it in maintaining mode and avoid adding any new command.

Features added by me

  • Use node.js by default.
  • when loading file, detect what API to be used automatically

Set up

Place the js-cominit.el somewhere say “~/mylisp/”

(add-to-list 'load-path "~/mylisp/")
(require 'js-comint)
;; if use node.js, we need nice output
(setenv "NODE_NO_READLINE" "1")

Usage

Check it’s original documentation on sourceforge.