Fork me on GitHub
#spacemacs
<
2018-06-23
>
zlrth20:06:05

i'm trying to cope with cider-error popup behavior better. i'd like the point to not auto-jump to the cider-error buffer. so i set cider-auto-jump-to-error to nil. but it still jumps.

zlrth20:06:08

can't tell at this point if i should be just trying to fix cider-error's behavior or try something higher level. in fact i dislike the elisp debugger's behavior for the same reasons

practicalli-johnny14:06:24

I just press q to close the buffer and the popup closes and puts the cursor back

zlrth14:06:11

yeah. even having to do that i find annoying. i’d rather have trivial errors like calling (first) with no arguments just show up like logs, rather than move-around all my windows and move my point. i’d rather have a designated, fixed error window, like i have for my repl.