* 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.