I'm just doing simple Clojure exercises with simple evaluations of
regions in the .clj buffer. I don't have an ns form, but I was under
the impression that this put me in the user namespace, which is what
my REPL is in. If I evaluate *ns* in the .clj buffer I get #<Namespace
user> in the minibuffer, and I get the same when evaluating *ns* in
the SLIME buffer. Is it possible that this is some kind of mismatch
between Unicode and ASCII?

On Sep 28, 3:16 am, Phil Hagelberg <p...@hagelb.org> wrote:
> 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