I see now, thanks. On Jun 11, 2:29 am, Meikel Brandmeyer <m...@kotka.de> wrote: > Hi, > > Am 11.06.2011 um 08:01 schrieb Brent Millare: > > > Using Clojure 1.3.0-alpha8 can anyone else confirm this? > > > user=> (require '[clojure.repl :as r]) > > nil > > user=> (ns-aliases (the-ns 'clojure.repl)) > > {} > > user=> (map #(ns-aliases (ns-name %)) (all-ns)) > > ({} {} {} {} {} {} {} {} {r #<Namespace clojure.repl>} {} {} {} {} {} > > {} {} {}) > > user=> (require '[clojure.repl :as r]) > nil > user=> (ns-aliases (the-ns 'clojure.repl)) > {} > user=> (ns-aliases (the-ns 'user)) > {r #<Namespace clojure.repl>} > > The alias is added on the “local” namespace, not the “remote” one. > > Sincerely > Meikel
-- 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 Note that posts from new members are moderated - please be patient with your first post. 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