Fork me on GitHub
#cider
<
2016-11-04
>
echristopherson00:11:43

I forget -- what's that emacs command that just gives a short summary (or maybe it's just a function name) of the next keybind you enter?

echristopherson03:11:18

OK, new problem: I'm running a command-line app in the REPL. When I cancel it with C-c C-b or C-c C-c, and then run it again, I can't get into the minibuffer to enter input to the app.

echristopherson03:11:20

I did get error in process filter: cider-need-input: Command attempted to use minibuffer while in minibuffer

echristopherson03:11:06

oh, this time I got the Stdin: prompt in the minibuffer, but it seems my input was not accepted (the program just stalls)

echristopherson03:11:56

of course now I'm at home on emacs 24, so I guess I'll upgrade it here too

echristopherson03:11:10

nope, didn't help. Also, hitting ESC ESC ESC in the minibuffer before killing the process didn't help the next invocation either

echristopherson03:11:11

C-x k ENT in minibuffer doesn't work