Timothy Washington <twash...@gmail.com> writes: >> I suspect you have some old version laying around somewhere. Please >> do `M-x list-load-path-shadows RET' and check if there's some entry >> like >> >> /foo/bar/nrepl hides ~/.emacs.d/elpa/nrepl-0.1.4/nrepl >> >> *The result of this is: * > > *No Emacs Lisp load-path shadowings were found*
Ok, so far so good. >> If that's not the case, maybe there's something broken in your configs >> or some addon. To rule that out, please start emacs using "emacs -Q". >> Then copy this code into the *scratch* buffer and evaluate it. >> >> --8<---------------cut here---------------start------------->8--- >> (progn >> (add-to-list 'load-path "~/.emacs.d/elpa/clojure-mode-1.11.5") >> (add-to-list 'load-path "~/.emacs.d/elpa/nrepl-0.1.4") >> (require 'nrepl)) ;; <== C-x C-e here! >> --8<---------------cut here---------------end--------------->8--- >> >> *This bit is copied and evaluated in ok in *scratch*. But I get the same > hanging "Starting nRepl server..." message, when executing M-x > nrepl-jack-in. * Ok. >> Then open some clojure file in some leiningen project and do `M-x >> nrepl-jack-in RET'. Does it work then? > > *The **"Starting nRepl server..." message is still hanging. **But I > ran the emacs debugger on nrepl, and this time, it got past the " > nrepl-server-command" command. The debugger seems to have completed > the entire "nrepl-jack-in" function. I'm genuinely at a loss. * Hm, if that function is completed, it should eventually call the process sentinel function `nrepl-server-sentinel'. Try do edebug that one. Is it ever reached? If not, what's the contents of the " *nrepl-server*" buffer? Bye, Tassilo -- 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