Maybe you evaluated the inner vector instead of the outer expression? Might 
depend whether your cursor is on or after the last paren.

On Wednesday, June 4, 2014 6:32:18 PM UTC-5, g vim wrote:
>
> I opened a core.clj file in my Emacs Live and, to make sure everything 
> is working, pressed Ctrl-c Ctrl-l to make sure it's loaded. I also used 
> cider-jack-in to get a repl connection. For practice I entered this: 
>
> (map #(+ % 5) [1 2 3 4 5]) 
>
> ... then moved to the end of the s-expression and pressed Ctrl-x Ctrl-e 
>
> The output was: 
>
> => [1 2 3 4 5] 
>
> ... instead of the expected [6 7 8 9 10] 
>
> ?? 
>
> gvim 
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to