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 _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
