This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-10
Channels
- # alda (28)
- # announcements (7)
- # beginners (79)
- # boot (62)
- # cider (11)
- # cljsjs (12)
- # cljsrn (8)
- # clojure (111)
- # clojure-art (2)
- # clojure-austin (5)
- # clojure-conj (3)
- # clojure-dev (54)
- # clojure-japan (12)
- # clojure-russia (30)
- # clojurescript (354)
- # clojurex (5)
- # cursive (9)
- # data-science (58)
- # datomic (19)
- # editors-rus (3)
- # emacs (7)
- # events (2)
- # hoplon (5)
- # ldnclj (6)
- # lein-figwheel (14)
- # luminus (1)
- # off-topic (10)
- # om (191)
- # onyx (59)
- # re-frame (30)
- # reagent (74)
- # robots (1)
- # yada (19)
What could be the cause of C-c C-e
ie inf-clojure-eval-last-sexp
failing with "No Clojure Subprocess; see variable 'inf-clojure-buffer'", knowing that cider C-c M-e
ie cider-eval-last-sexp-to-repl
works (started a repl via lein repl
, connected via cider-connect
)?
they work in a totally different manner - cider interactions with an nREPL server and inf-clojure
simply pipes input to a running local REPL process