Helmut Eller heller@common-lisp.net writes:
- 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))))
Thank you.
Would something like the attached patch be acceptable? (The intent is to have swank:ed-in-emacs "just work" as a function that can be used as CL:ED).
Cheers,
Christophe