[slime-devel] Re: Partial multiprocessing support, take 2

Luke Gorrie luke at bluetail.com
Thu Jan 15 14:07:57 UTC 2004


Luke Gorrie <luke at bluetail.com> writes:

> I checked in some very basic multiprocessing support. It works with
> SBCL and CMUCL and it should be easy to port.

I forgot to mention - if you want to use MP, you should add this to
your .emacs:

  (setq slime-multiprocessing t)
  (setq slime-global-debugger-hook t)

The first one makes sure it gets initialized, the second globally
installs the SLIME *debugger-hook* so all threads will use Emacs for
debugging.

-Luke






More information about the slime-devel mailing list