On Tue, 30 Dec 2008 22:25:35 -0800 "Mark Engelberg" <mark.engelb...@gmail.com> wrote:
> >In Clojure Box, is there any way to make the REPL automatically "use" >whatever namespaces are in the files you are actively working on? > If you are working on a namespace, you shouldn't 'use' it, you should switch the REPL to that namespace with either (in-ns 'name-of-ns) or, specifically in SLIME, with ,change-package or ,cp. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---