On Thu, Jan 1, 2009 at 1:05 PM, Mark H. <mark.hoem...@gmail.com> wrote:
>
> On Jan 1, 5:55 am, "Remco van 't Veer" <rwvtv...@gmail.com> wrote:
>> I got repl to start with a small change to swank-clojure:
>>
>>  http://github.com/remvee/swank-clojure/commit/ed89d6997bce3c5076e779a...
>
> I changed that one line to say
>
> (defslimefn create-repl [target] '(user user))
>
> and the SLIME repl works, but the following exception is thrown
> whenever the dynamic documentation for a function would be displayed:
>
> java.lang.Exception: Unable to resolve symbol: user in this context
> (NO_SOURCE_FILE:
> 0)
>  [Thrown class clojure.lang.Compiler$CompilerException]
>
> Once I dismiss the exception, the repl itself works fine.

After downloading the latest slime and applying Remco's patch and
modifying my .emacs file, I haven't been able to replicate this
particular error. When you say that the "exception is thrown whenever
the dynamic documentation for a function would be displayed", are you
saying that the exception is occurring when you press "C-c C-d C-d" on
a function name? It works fine for me. Or is there some other "dynamic
documentation for a function" that you're referring to?

- 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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to