[slime-devel] Re: invoke-nth-restart, cmucl and *communication-style* :sigio
Luke Gorrie
luke at bluetail.com
Tue Jul 13 18:42:19 UTC 2004
Marco Baringer <mb at bese.it> writes:
> connecting to a remote (as in slime-connect) cmucl lisp with the
> *communication-style* set to :sigio. a thread signals an error and i
> get an sldb debugger in emacs. however none of the restarts actually
> do anything.
The gist is that to deal with multiple threads it's necessary to use
the :spawn communication style. Swank uses some threads of its own to
coordinate the other activities, but only in :spawn mode.
-Luke
More information about the slime-devel
mailing list