OK. If it were supported, I'd still be able to tell where the symbol came from, it would just feature an indirection, right?
On Sun, Dec 1, 2013 at 10:58 AM, Stuart Sierra <[email protected]>wrote: > Not supported. This is a feature. As long as you use `:require :as` or > `:require :refer`, you can always tell where a symbol comes from. > -S > > > > On Sunday, December 1, 2013 10:10:46 AM UTC-5, Dave Tenny wrote: >> >> (ns mine >> (:use foo)) ; has public symbol bar >> >> What is the proper use/require/refer entry to export foo's bar as mine's >> bar without defining a new public bar in mine? >> >> >> -- > -- > 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 > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/kuYxmbn7jls/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
