This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-17
Channels
- # beginners (51)
- # boot (31)
- # cider (14)
- # clara (13)
- # cljs-dev (15)
- # cljsjs (2)
- # cljsrn (53)
- # clojure (18)
- # clojure-dusseldorf (1)
- # clojure-russia (4)
- # clojure-uk (9)
- # clojurescript (53)
- # cursive (3)
- # datomic (5)
- # docs (1)
- # figwheel (2)
- # fulcro (42)
- # hoplon (3)
- # lein-figwheel (3)
- # leiningen (53)
- # off-topic (1)
- # om (4)
- # re-frame (11)
- # shadow-cljs (8)
Does anyone know which function in cider-nrepl produces those arglists that the dynamic font locking uses?
@oskarkv i just commented on the github issue but check here http://hackingcider.com/posts-output/2017-05-10-font-lock-bug/
that blog post has ways of hijacking it so its output is smaller and more manageable.
@dpsutton But there is some clojure function in the middleware that extracts the arglists, right? But I can't figure out where. 😛
i believe it is this one https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/ns.clj#L45