Fork me on GitHub
#cider
<
2020-09-11
>
nick17:09:08

I have a strange behavior in cider after(most likely after extensive printing/logging) some moment whenever you send a function/ns/region to cider REPL, and switch to repl your cursor by default always placed before sent function/ns/region, so you have to jump to the end of it before you can execute/enter it. It happens pretty regularly but I don't have an exact steps to reproduce it. Did anyone have this issue? As a workaround, I use (cider-quit)(cider-jack-in-clj) but it is a bit annoying

dpsutton17:09:58

try just C-c C-o for cider-find-and-clear-repl-output

nick17:09:00

Thanks Dan! Next time I see it, I try cider-find-and-clear-repl-output

dpsutton17:09:23

yeah usually what happens is that the repl gets a lot of stuff in it and the stuff gets confused.

dpsutton17:09:28

clearing it resets all that stuff

nick19:09:09

@dpsutton cider-find-and-clear-repl-output didn't work for me but spacemacs/cider-find-and-clear-repl-buffer solved the issue(at least this time). Thanks again