> user=> (use :verbose ['home.a :as 'a]) Now, I understand what was wrong: I did not want the semantics of (use), I wanted those of (require). The [... :as ...] form I mentioned is supported by (require), not (use).
Thank you again for getting through this with me, Chouser. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
