>
> Yes, for me having directories in `swank-clojure-extra-classpaths'
> doesn't work at all.  Everything except jar files are discarded.  So
> that's the general problem for me, the examples are one specific case
> which bites me.

Yes - here is the form the computes the default calue of slime-clojure-
extra-classpaths (from swank-clojure.el) . Note the regex at the end.

(when (file-directory-p "~/.clojure") (directory-files "~/.clojure" t
".jar$"))

You can customise this.


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