Your cursor was probably on the closing paren at the end - you eval'd the
previous expression, which was the vector.

Check out the key bindings here:

https://github.com/clojure-emacs/cider#cider-mode

If your cursor is anywhere on that expression, you probably want C-c C-c.



On Wed, Jun 4, 2014 at 7:32 PM, gvim <gvi...@gmail.com> 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.
>

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