On 17 Aug 2010, at 09:38, Stefan Kamphausen wrote:

> Hi,
> 
> just yesterday I took a first look at auto-complete together with your
> slime auto completion sources.
> 
> I'm encountering some Exceptions, though,
> 
> If I'm in a .clj-buffer and start typing
> 
>  (clojure.
> 
> and then wait for the auto completion to popup I see a list of
> possible completions like, e.g., clojure.set, clojure.xml and more,
> and then an Exception pops up:


That seems to be a slime/swank problem, related to accessing the documentation 
for a symbol corresponding to a namespace. In a clojure-mode buffer, use M-: to 
execute the following expression:

  (slime-eval '(swank:documentation-symbol "clojure.set"))

This results in the same error. I'll cross-post to the swank-clojure list to 
see if anyone knows what might be going wrong.

-Steve

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to