On Wed, Aug 29, 2007 at 10:14:32AM +0200, Helmut Eller wrote:
- T Taneli Vahakangas [2007-08-29 09:53+0200] writes:
Attached. They feature emacs22 from CVS, slime from CVS (just updated) and SBCL 1.0.7. It behaves the same with emacs23, slime-2.0 and SBCL git master from boinkor.
Hmm... nothing unusual in the logs. Could you try a different communication style? E.g. create a file ~/.swank.lisp with (setq swank:*communication-style* nil).
That results in: 1) SBCL REPL prompt (the asterisk) doesn't show up in *inferior-lisp* and it doesn't accept input, 2) *slime-repl nil* just pipelines requests but doesn't get answers. Maybe this was expected.
:sigio and :fd-handler work the same way as the default (which I gather is :spawn since I have :sb-thread enabled in sbcl build).
Taneli