Re: swank-clojure and debian/stable issue

2010-02-16 Thread Phil Hagelberg
On Tue, Feb 16, 2010 at 2:55 PM, Terrence Brannon wrote: > After installing swank-clojure via ELPA on emacs23, and type M-x slime, I > get this error: > (require 'swank.swank) > (swank.swank/ignore-protocol-version nil) > (do (.. java.net.InetAddress getLocalHost getHostAddress) > nil)(swank.swank

swank-clojure and debian/stable issue

2010-02-16 Thread Terrence Brannon
After installing swank-clojure via ELPA on emacs23, and type M-x slime, I get this error: (require 'swank.swank) (swank.swank/ignore-protocol-version nil) (do (.. java.net.InetAddress getLocalHost getHostAddress) nil)(swank.swank/start-server "/tmp/slime.29897" :encoding "iso-latin-1-unix") Exc