Hi,
I have sbcl 1.0.7 running remotely on machine A and I initially connected to it from emacs/slime on another machine B. I would like to start an emacs on machine A, and attach to the repl thread that is visible on machine B's emacs/slime repl.
The problem is that machine B is my laptop and I executed a function that will take about 24 hrs. I would disconnect the slime connection, but, that will terminate the repl-thread that currently executing the long function. Can I keep this thread alive *and* disconnect the slime connection?
Thanks,