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
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
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
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 -