On 05/06/2014 00:57, J Irving wrote:
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 the next line C-x C-e works as expected. Don't know where I read to place the cursor on the closing paren with C-x C-e.

If you could help with this other problem I'd appreciate it. In Emacs Live, after cider-jack-in, I go to the repl window, change namespace to same as my open Lein project file and attempt to call a function (foo "name") defined in the open file. When I try to eval it, with C-x C-e from the following line, I get the error: "nREPL server not connected".

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