I was attempting to add an additional remote javadoc source for 'javax.servlet.', but found that the entry for 'javax.' wasn't allowing the domain to be searched.
Someone in #clojure mentioned changing line 70 of clojure.contrib.repl- utils/javadoc.clj to return a rseq of *remote-javadocs*. In the meantime, the following in my startup script has worked for me: (require 'clojure.contrib.repl-utils) (clojure.contrib.repl-utils/add-remote-javadoc "javax.servlet." "http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/") (dosync (alter clojure.contrib.repl-utils/*remote-javadocs* reverse)) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---