On Ubuntu 13.10, Emacs 24.3.50.1, using both quicklisp and package, I've tried to follow the setup instructions here:
https://github.com/swank-js/swank-js
and here:
http://www.idryman.org/blog/2013/03/23/installing-swank-dot-js/
...which I followed closest, using the "python -m SimpleHTTPServer 3000" in a terminal, as well as this setup-slime-js.el file (can't list more than two links) But this is the error I get:
Connecting to Swank on port 4005.. open-network-stream: make client process failed: connection refused, :name, SLIME Lisp, :buffer, nil, :host, localhost, :service, 4005, :nowait, nil
Any ideas what I've done wrong should do?
swank-js
? (globally, or locally). Did you run it prior to connecting? (if you installed it globally, to run it means that you executed$ swank-js
. The error message would suggest that the SWANK server isn't running. – user797257