Thanks, that helps dramatically. It took me a while to figure out how to edit the SLIME startup to include my clojure files directory in the classpath, but I got it working.
So it seems like you have to make sure the namespace always matches the file. That means if you change the name of the file, you've got to remember to change the namespace declaration as well, right? Is there any way to require/use a file that has no namespace specified at the top? In Clojure Box, is there any way to make the REPL automatically "use" whatever namespaces are in the files you are actively working on? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---