David Steuber david@david-steuber.com writes:
Anyone have any recipes for doing this? It seems like something that people would do.
run (swank:create-server 0) in the lisp image, this will return a port number (if you want a porticular port pass that to create-server instead of 0). Use M-x slime-connect to connect to that host and port, you'll need to set up an ssh tunnel if your doing this remotely and want it encrypted. the way things are currently structured the server created can only be used once, once you do a slime-disconnect you'll need to start a new serve in the app to be able to connect again.
using compile file and M-. aren't completly functional yet, the hooks are there but nobody has really thought about how to translate remote file names into something the local emacs can deal with.