[slime-devel] sbcl, threads and connections

Helmut Eller heller at common-lisp.net
Fri Mar 17 18:57:40 UTC 2006


* Christophe Rhodes [2006-03-17 19:21+0100] writes:

> What should I be looking at?

swank-debugger-hook needs something similar. Either you pass the
connection from the parent thread down to the child or you use the
default connection like so:

(sb-thread:make-thread 
  (lambda ()   
    (with-connection ((default-connection))
      (swank:ed-in-emacs 'and))))

Helmut.



More information about the slime-devel mailing list