On Thursday 15 April 2004 07:49, David Steuber wrote:
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.
You should use M-x slime-connect, but there are (or at least, were) some restrictions, like emacs and lisp processes should have access to the same filesystem.
You can find an example of using slime with detachtty on the same machine at {URL:http://www.cliki.net/SLIME%20Tips%7D.
HTH, Ivan