Not sure I follow. When you eval in the REPL buffer, you just have to type (foo "name") and hit return. When you do this (and you're in the correct namespace, which you can tell by seeing the namespace in the REPL prompt) it should evaluate correctly. Is that not happening?
What buffer are you hitting C-x C-e from? cheers, J On Thu, Jun 5, 2014 at 1:14 PM, gvim <gvi...@gmail.com> wrote: > 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. > -- 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.