Fork me on GitHub
#cider
<
2016-02-12
>
bozhidar06:02:59

don’t worry - I was quite confused what was going on myself 😉

robert-stuttaford09:02:30

clj-refactor question: is there a buffer or something i can watch for progress while clean-project runs?

robert-stuttaford09:02:55

when i run it, the whole emacs ui becomes unresponsive. the only way i know it’s busy is to watch my cpu meter

benedek10:02:59

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

benedek10:02:19

not really what you need tho i am afraid

benedek10:02:53

a progress bar like in cider would be nice I guess feel free to file a github issue (and or PR?! ;))

bozhidar10:02:18

it’s actually set to t by default simple_smile

benedek11:02:32

whoops, was it always? seems like a leftover in my config then...

robert-stuttaford11:02:40

is it possible to run a form through pprint and replace it in the buffer?

robert-stuttaford11:02:26

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

robert-stuttaford11:02:46

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? simple_smile

annapawlicka19:02:42

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.

bozhidar21:02:06

it’s C-c C-t n now

bozhidar21:02:32

(or C-c , n which we will likely remove at some point)

bozhidar21:02:48

I thought we’ve updated the docs

bozhidar21:02:55

but we might have missed something

annapawlicka23:02:05

there was one mention of it that wasn’t updated - I created a PR that gets rid of it.