What combination of keys do I need to press in order to end the input process when I'm in this state?
I've input a few lines and hit enter. Now I want it to evaluate the function and show the contents of 'input'.
What combination of keys do I need to press in order to end the input process when I'm in this state?
I've input a few lines and hit enter. Now I want it to evaluate the function and show the contents of 'input'.
Btw, I've played with this today and pressing C-c C-c
in the REPL kills the infinite read loop. While not a proper solution for the bug, it's at least a decent workaround for people affected by this.