* xristos [2009-02-15 17:32+0100] writes:
With :spawn style, if i call something that registers handlers from the slime repl (repl-thread), then these callbacks will NEVER get called period. This is probably because serve-event is never called from the repl-thread (which seems logical as it continuously waits on a lock). Even if i have another thread calling serve-event, nothing changes (event handling seems to be per thread).
Well then, why don't you call SERVE-EVENT somewhere in your application?
Helmut.