* Shawn Stovall [2011-12-02 13:41] writes:
Hello, I'm having trouble using SLIME with CLISP. It seems that whenever I try to enter slime mode in Emacs I get the error,
SWANK-BACKEND:WAIT-FOR-INPUT not implemented
There is an implementation in swank-clisp.lisp for that it's preceded by a #-win32. Can you try that? It uses socket:socket-status which may or may not work. If it doesn't we have to find a replacement.
Helmut