elpasync pushed a change to branch elpa/cider.
from 450cfeb1ca Restore the cider-profile-map prefix keymap
new e4a9ca617c Interrupt the evaluation when cancelling a stdin prompt
new 3dfb1c8582 Route stdin and interrupts to the session that requested
input
new 6156c011c4 Correct the stdin-cancel rationale (old abort EOF'd,
didn't hang)
Summary of changes:
CHANGELOG.md | 2 ++
lisp/cider-client.el | 57 +++++++++++++++++++++++++-----
lisp/cider-eval.el | 2 +-
lisp/nrepl-client.el | 13 ++++---
test/cider-client-tests.el | 86 ++++++++++++++++++++++++++++++++++++++++++++++
test/cider-eval-tests.el | 5 +--
6 files changed, 148 insertions(+), 17 deletions(-)