Skip to content

js-comint will send the code from Emacs into node.js or rhino

Notifications You must be signed in to change notification settings

bremner/js-comint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

About

js-comint will send the code from Emacs into node.js or rhino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%