"Stephen C. Gilardi" <[email protected]> writes: > I've attached a patch to allow namespace qualification. I wonder if we > should treat the "def" prefix in every namespace like we treat "with-" > after this patch. (Right now it's only allowing an optional namespace > of "clojure".) I'll be happy to provide a patch for that if you like.
Thanks; I've altered your patch so the same optional namespace works for def or with-, I think this follows our current intent a bit better. > I noticed there are several occurrences of "clojure/" in clojure- > mode.el. I think these should all be updated to "clojure.core/". Noted and fixed; thanks. -Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 -~----------~----~----~----~------~----~------~--~---
