I connect to a remote machine to run SBCL. I would like to use detachtty to keep it running and fire up Emacs+SLIME to attach to it when I 'ssh -X' in. I'm not sure how to do this. SLIME normally fires up Lisp when it starts. I want it to just connect to the running image.
Anyone have any recipes for doing this? It seems like something that people would do.