Tagged Questions
4
votes
3answers
3k views
Getting started with SLIME and SWANK: Lisp connection closed unexpectedly: connection broken by remote peer
I was trying to use the slime-connect function to get access to a remote server with sbcl. I followed all the steps from the slime.mov movie from Marco Baringer, but I got stuck when creating the ssh ...
2
votes
1answer
65 views
Is there a simple method for writing traces from multiple sbcl threads to standard output through MCLIDE/swank?
Using SBCL, I'm writing a small server and I would like to trace the server thread, but when I use mclide/swank, I do not see any output from the server thread.
? (require 'sb-posix)
NIL
? ...
0
votes
2answers
55 views
Swank server startup failure
Emacs SLIME can't connect to swank, because apparently swank cannot initialize correctly.
It says some back end function not implemented. However, my swamp backend is SBCL, which is supported. I am ...