Hi there, I took a look at the nrepl middleware project "nrepl-inspect", as described in this article<http://ianeslick.com/2013/05/24/advanced-inspector-middleware-for-clojure-nrepl/> .
I'm using emacs-live, and thus have the initialization code in my "* ~/.live-packs/<user>-pack/init.el*" file. Now, when I first load emacs, neither the *C-c C-i* key binding (nor the '*nrepl-inspect*' command) work. However, after emacs has loaded, if I go to emacs' scratch buffer and run those init commands manually, then the key binding, and extension do work. (load-file "<some-directory>/nrepl-inspect/nrepl-inspect.el") (define-key nrepl-mode-map (kbd "C-c C-i") 'nrepl-inspect) (require 'nrepl-inspect) So I'm not sure if this is an emacs-live question, or something wonky with the nrepl-inspect middleware. It seems something in emacs need to be loaded before I can successfully run those commands. Anyone have this issue, and have worked through it? Thanks Tim Washington Interruptsoftware.ca / Bkeeping.com 416.843.9060 -- -- 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/groups/opt_out.