This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-11
Channels
- # admin-announcements (20)
- # beginners (48)
- # boot (90)
- # cider (33)
- # cljs-dev (5)
- # cljsjs (10)
- # cljsrn (7)
- # clojure (68)
- # clojure-austin (5)
- # clojure-bangladesh (4)
- # clojure-finland (10)
- # clojure-gamedev (1)
- # clojure-madison (7)
- # clojure-poland (15)
- # clojure-russia (75)
- # clojurescript (25)
- # core-async (23)
- # cursive (5)
- # data-science (43)
- # datomic (15)
- # dirac (26)
- # editors (10)
- # emacs (2)
- # euroclojure (12)
- # funcool (23)
- # hoplon (7)
- # immutant (68)
- # jobs (24)
- # jobs-discuss (1)
- # juxt (1)
- # keechma (9)
- # ldnclj (7)
- # luminus (66)
- # off-topic (54)
- # om (170)
- # proton (7)
- # re-frame (1)
- # reagent (15)
- # ring-swagger (11)
- # spacemacs (6)
- # testing (1)
- # vim (1)
- # yada (19)
I'm curious. How does println get font locked in cider-repl-mode. I've pieces of the puzzle but can't follow the flow of how it happens
The session you have on nrepl middleware can be reset! at any point by interruptable-eval. That's not very good
Is anyone else getting
1. Unhandled java.lang.Exception Debugger not initialized
when doing M-x cider-quit and then M-x cider-jack-in ?
and then a minibuffer prompt for a lisp expression?
seems to be consistently happening for me with cider 0.11.0WRT my earlier question - I can see the font locking magic happens in (clojure-font-lock-setup) somewhere, but I can't follow it all the way, appreciate wisdom passed on from those that have journeyed thus
Hello, is it possible to get CIDER to automatically pprint repl results? (I have cider-pprint-fn
set, is there more I should do?)
(btw, CIDER 0.11.0 is rad, I just upgraded from 0.9.x and the whole experience esp. w.r.t. documentation feels a lot more polished)
Wish I could help, I don't use M-x cider-jack-in
--- I always just do C-c M-j
from my project.clj
file.
@jonpither I'm not sure what you're asking. When you println some code, it gets printed on the REPL without font-locking. It just gets a fixed color.