Fork me on GitHub
#cider
<
2024-04-30
>
Felix Dorner14:04:19

I dont know if it has anything to do with cider or clojure mode, but I see it happening only in .clj buffers: When I set the mark and wait half a second, the cursor starts jumping around without any further interactions. Is that a feature? If it is, I have no clue how to tame it.

vemv14:04:48

Never heard of that and certainly don't recall a cursor-charming feature 🐍

😂 1
Felix Dorner14:04:06

Ok good to know, it really feels more like a bug somewhere. I think it might be modus theme, but not sure.

Felix Dorner14:04:33

Nah, must be something with cider, It only happens when I'm jacked in.

vemv15:04:21

do you use the cider inspector?

Felix Dorner15:04:50

No, but noticed something else weird: I had a few (prn ...) in my code and they showed up in the cider-result buffer and not the repl buffer as used to. I now removed them and the weird jumping also has disappeared. I know.. sounds very fuzzy altogether. Will try to narrow down.

vemv15:04:41

Maybe the code that tries switching to the cider-result buffer is buggy and operates on the current buffer instead

Felix Dorner09:05:07

Yes that is definitely buggy at least for me

vemv09:05:22

Feel free to escalate to a GH issue