[Gardeners] SLIME for Vim -- work started

Zach Beane xach at xach.com
Mon Dec 19 09:48:05 CST 2005


On Mon, Dec 19, 2005 at 10:43:54AM -0500, Matthew Wilson wrote:
> If you're the Xach that hangs out in #lisp, then, thanks for all the tips
> you've handed out.
> 
> Second, is it possible for a slime session to connect to a lisp process on
> another box?

Yes. I find it easiest to do via an SSH tunnel.

   Remote host: start lisp, start a swank server
   Local host: ssh -L 4005:127.0.0.1:4005 remotehost
   Local emacs: M-x slime-connect RET RET

Zach


More information about the Gardeners mailing list