[slime-devel] detachtty + slime

Marco Baringer mb at bese.it
Thu Apr 15 07:02:02 UTC 2004


David Steuber <david at 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.

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
     -Leonard Cohen





More information about the slime-devel mailing list