On Mon, Dec 8, 2008 at 4:29 PM, mosi <[EMAIL PROTECTED]> wrote: > thank you for helping the beginners like me with the setup of emacs, > slime and clojure. > I tried first the official method described elsewhere on this forum - > ubuntu linux instructions. > Unsuccessful. > Following your instructions, the same issue, my linux emacs22 gets to > this point: > > (add-classpath "file:////install/swank-clojure/") > (require (quote swank)) > (swank/ignore-protocol-version "2008-11-23") > (swank/start-server "/tmp/slime.10616" :encoding "iso-latin-1-unix") > Clojure > user=> nil > user=> nil > user=> "2008-11-23" > user=> Connection opened on local port 58654 > 58654 > user=> > > And waits for connection. The socket (or a file?) /tmp/slime.xxxx does > not exist. Connection time-out causes an error - waiting for slime > session to connect to swank server. > My impression is: the swank server never started. Probably swank- > clojure broken? I have the latest git version as of 07.12.2008. > Any ideas? > thanks a lot. > mosi
You said that you followed my instructions; however, the protocol version that prints out in the inferior-lisp buffer is "2008-11-23". In my version of SLIME (which is several days old) the protocol version that prints out in the inferior-lisp buffer is "2008-12-02". If you have a swank-clojure from 07.12.2008, I suspect (at least) your SLIME install is older than that. Therefore, I would suggest that you repeat steps 1-5 (from my original email) to make certain you really have compatible versions of each package. - Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---