Fork me on GitHub
#emacs
<
2018-07-04
>
joelkuiper11:07:18

is there a way to stop cider from stealing focus from my repl when a stack trace pop ups?

joelkuiper11:07:53

as in, eval, error, now my cursor is in the mini buffer with the stack trace. Which is usually not what I want (maybe I just made a typo that I can quickly correct)

bozhidar12:07:57

@joelkuiper Yes, there’s a defcustom for this, but I don’t remember the name. I’ll look it up.

bozhidar12:07:24

Guess you need something like (setq cider-show-error-buffer 'except-in-repl)

bozhidar12:07:38

Not exactly the thing you asked for, but good enough.

urbanslug21:07:45

Anyone get this error when they run M-x inf-clojure-connect on spacemacs

comint-redirect-send-command-to-process: No prompt found or ‘comint-prompt-regexp’ not set properly

richiardiandrea21:07:20

I have never seen that

4