This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-12
Channels
- # aatree (9)
- # admin-announcements (2)
- # alda (4)
- # announcements (2)
- # beginners (87)
- # boot (218)
- # braid-chat (14)
- # cbus (2)
- # cider (19)
- # cljs-dev (17)
- # cljsjs (1)
- # cljsrn (5)
- # clojure (84)
- # clojure-android (1)
- # clojure-czech (8)
- # clojure-ireland (3)
- # clojure-madison (20)
- # clojure-poland (22)
- # clojure-russia (54)
- # clojure-sanfrancisco (1)
- # clojurescript (81)
- # clojurewest (4)
- # community-development (94)
- # conf-proposals (5)
- # core-async (199)
- # css (3)
- # cursive (68)
- # datavis (2)
- # datomic (23)
- # dysphemism (138)
- # editors (7)
- # hoplon (8)
- # jobs (8)
- # jobs-discuss (7)
- # ldnclj (2)
- # liberator (6)
- # off-topic (32)
- # om (200)
- # omnext (2)
- # onyx (88)
- # proton (58)
- # re-frame (14)
- # reagent (1)
- # ring-swagger (26)
- # yada (14)
clj-refactor question: is there a buffer or something i can watch for progress while clean-project runs?
when i run it, the whole emacs ui becomes unresponsive. the only way i know it’s busy is to watch my cpu meter
i don’t think there atm unfortunately. you can of course switch (setq nrepl-log-messages t)
so you can see the nrepl messages going to and fro
a progress bar like in cider would be nice I guess feel free to file a github issue (and or PR?! ;))
is it possible to run a form through pprint and replace it in the buffer?
e.g. map written to the current buffer via C-u C-x C-e, i then C-c C-p to get a pprinted version and copy it over
actually, that’s dumb. i really just want C-u C-x C-e to pretty print its output automatically. is this possible? if so, what do i do?
Did C-c ,
disappear from cider completely? Docs say it’s still there but when I run it in a source buffer or repl, nothing happens, it just waits for more keys to be pressed as if that key binding didn’t exist anymore.
there was one mention of it that wasn’t updated - I created a PR that gets rid of it.