On 19-Jun-09, at 11:47 PM, lowly coder wrote:
Right now, in xterm 3, if I do:
(define x (make-thread ...some code to throw an error...)) (thread-start! x) ; a new xterm window pops up (thread-terminate! x)
now, my new xterm window is useless, however it still sticks around -- is there a way to have that xterm window auto vanish on the thread being killed?
[I'm not quite seeing an ibvious way to do this.[
Thanks!
I've improved the remote debugger to implement this and also REPL line- editing with history. See the attached file.
Marc