Re: question on serve-even



On Oct 9, 2:22 am, "Leslie P. Polzer" <leslie.pol...@xxxxxxx> wrote:
On Oct 9, 12:49 am, basman <bhask...@xxxxxxxxx> wrote:

I call

(sb-sys:make-thread #'(lambda () (loop (when *done* (return)) (sb-
sys:serve-event))))

Not sure what version of SBCL you are using, but I only have
SB-THREAD:make-thread...

You're right... I did use sb-thread:make-thread actually. Can you see
what the problem might be? Upon thinking about it further, I was
wondering if the problem could be that the event-queue for serve-event
is separate for each thread, and that in SLIME all events go into the
queue of the thread that contained the initial REPL. Could any SLIME
experts tell me if this right and if so, how to get around it?
- Bhaskara
.



Relevant Pages