"David Barker" kzar@kzar.co.uk writes:
Hi, I am trying to setup swank-server on top of clisp so that I can keep a REPL running constantly and if I need to change things I can access it under emacs with M-x slime-connect. I have created the swank-server on port 4005 fine and I can connect to it with slime-connect. My problem is that when I do slime-disconnect to leave it stops the swank-server running too. I can't figure out how to fix this, any ideas?
Start swank server with :dont-close switch turned on.
Regards.