Fork me on GitHub
#cider
<
2020-02-06
>
Bardia Pourvakil09:02:09

Every time I get an error in my spacemacs cider repl, it indents my prompt all the way to the right. Only way to remove it is to restart. Anyone run into this problem before and have a fix ?

bozhidar11:02:05

I’ve seen a bunch of people report this problem recently, but I can’t think of any recent changes that might have caused it.

bozhidar11:02:33

It seems that the error message somehow messes up the prompt boundary’s detection. You seem to have a simple repro, so please file this on GitHub.

dpsutton13:02:55

You should be able to clear the repl output (C-c C-c C-o) and the be back left aligned

practicalli-johnny15:02:46

@bardiapourvakil it , s l in Evil normal state or M-RET s l in Emacs state to clear the REPL buffer in Spacemacs, although the CIDER keybinding should still be there too.

frozenlock18:02:33

When a function argument is a map with destructuring, is there a way to keep it from disappearing as soon I start typing the map? (From eldoc / the minibuffer). For example if the arguments are ([{:keys [key1 key2]}) and I start typing (my-fn {:key1 .

bozhidar19:02:07

Currently there’s not.