On Fri, Jan 2, 2009 at 12:32 AM, Helmut Eller heller@common-lisp.net wrote:
- Karl Winterling [2009-01-02 02:49+0100] writes:
When I do M-x slime-connect, I get an error in the SLIME debugger. I use a CLISP 2.45 pre-compiled binary on Windows XP SP3. Here is the error and backtrace:
Winsock error 10038 (ENOTSOCK): Socket operation on non-socket [Condition of type SYSTEM::SIMPLE-OS-ERROR]
Does is work if you remove WAIT-FOR-INPUT in swank-clisp.lisp? There is a pure ANSI implementation in swank-backend.lisp which is probably more portable.
Helmut.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
It connects and slime-eval* works, but I don't get a REPL in Emacs.