On Tue, Aug 31, 2010 at 4:44 PM, Mark Rathwell <[email protected]> wrote:
>
> I'm not sure if this is the question you are asking, but to reload a
> namespace in a repl, depending on whether you are use-ing the ns or
> require-ing it, there are :reload and :reload-all  keyword arguments
> accepted:
> (require '[foo.something :as something] :reload)
> (require '[foo.something :as something] :reload-all)

Thanks! That was it.

As we're at it, how does people reload functions while connected to a
remote Clojure app from within Emacs? Do they also
(require...:reload)? Is there a tutorial/article about it?

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://jaceklaskowski.pl

-- 
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

Reply via email to