Aw: Re: Emacs 23 issues.

2011-04-23 Thread Stefan Kamphausen
Hi, the problem is, that Clojure does not accept the symbol name "%cursor-marker%" while common lisp does. The autodoc feature of slime uses that symbol to tell the backend where the cursor was when the user asked for completion or documentation. There was a long discussion on the SLIME maili

Re: Emacs 23 issues.

2011-04-23 Thread mmwaikar
Thanks a lot Vincent. At least now I can run Emacs with Clojure, otherwise I was stuck at the very first step :) Thx again. Manoj. On Apr 21, 8:06 pm, Vincent Liard wrote: > Hi Manoj, > > > "unreadable message: (:emacs-rex (swank:autodoc (quote ("d" swank:: > > %cursor-marker%)) :print-right-mar

Re: Emacs 23 issues.

2011-04-21 Thread Vincent Liard
Hi Manoj, > "unreadable message: (:emacs-rex (swank:autodoc (quote ("d" swank:: > %cursor-marker%)) :print-right-margin 132) "user" :repl-thread 4) > exception in read loop > java.lang.RuntimeException: java.lang.Exception: Invalid token: > swank::" I have experienced a similar (or the same) prob

Emacs 23 issues.

2011-04-21 Thread mmwaikar
I am facing problem in using Emacs with Clojure. I am able to use it with Lisp without any problems. The problem is - I start the server using "lein swank" (from my project dir) and then I start Emacs using "M-x slime-connect" but then as soon as I start typing something in Emacs I get the error -