On Mon, Sep 27, 2010 at 4:03 AM, psfblair <psfbl...@gmail.com> wrote:
> I found the old thread below, but unfortunately the solution isn't
> working for me. If I have a foo.clj file in a buffer and evaluate
> region on
>
> (defn foo [] (+ 1 2))
>
> I get
>
> #'user/foo in the minibuffer.

What does your ns form look like? SLIME uses a regex to determine the
namespace; it could be that your ns form isn't getting caught by it.

-Phil

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

Reply via email to