On Mar 17, 11:10 am, Tassilo Horn <[email protected]> wrote:
> "AndrewC." <[email protected]> writes:
<snip>
> > The other problem is that it uses add-to-list so if you reload slime
> > to refresh the value of slime-lisp-implementations, you end up with
> > two clojure entries in the list.
>
> Why do you think? add-to-list adds only if there's no such item in the
> list already.
I think the fact that the classpaths differ means the items differ and
so you get two entries for clojure with different classpaths.
> > I don't have a good solution, so I just run this by hand when I've
> > changedswank-clojure-extra-classpaths:
>
> > (setq slime-lisp-implementations `((clojure ,(swank-clojure-cmd) :init
> >swank-clojure-init)))
>
> In <[email protected]> I describe how I solved it now.
I'm using your config now. Thanks :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---