> First, compile the buffer with C-c > C-k. Then, evaluate new definitions in the same source file and they > will be evaluated in the correct namespace (regardless of what > namespace is active in the repl).
That's what I expected, but it doesn't work; new definitions are evaluated in user. It shows user/foo when I evaluate (def foo 'bar). It shows #<Namespace user> when I evaluate *ns*. I would think this is a bug, but it seems to work for everyone else, so it's probably some sort of misconfiguration. Aside from the REPL fix, my configuration is straight out of the readme. I'm not sure what could be wrong. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---