I have struggled a bit to make work 'js-comint' on my Emacs.
The reason was that path to 'node' was no set during emacs session.
(I found the reason with 'M-: (executable-find "node")' )
Emacs で js-comint を使えるようにするのに少し苦労しました。
原因はnodeへのパスが通ってなかった事のようです。
'M-: (executable-find "node")' コマンドでそれがわかりました。
Proof of concept for gear ratio 5
About my lisp environment 2
I do lisp programming mainly with these three: emacs , sbcl and slime. Here is my setting file for emacs. To start a Repl , I type ' load "sbclrepl" ' in the mini buffer. The same effect occurs if I open the "sbclrepl.el" file in emacs and type ' eval-buffer ' after M-x.
Lispでプログラムを書くときにはつぎの三つを使っています emacs , sbcl , slime. 画像は設定ファイルの内容です。Replを開始するにはミニバッファに load "sbclrepl" と入力します。emacsで sbclrepl.el ファイルをひらいて、M-x の後 eval-buffer と入力しても同じです。
Lispでプログラムを書くときにはつぎの三つを使っています emacs , sbcl , slime. 画像は設定ファイルの内容です。Replを開始するにはミニバッファに load "sbclrepl" と入力します。emacsで sbclrepl.el ファイルをひらいて、M-x の後 eval-buffer と入力しても同じです。