1

In nREPL, the user could simply C-x C-e to evaluate the preceding form in the running REPL.

However, in Cider, it seems there is only a way to evaluate the form in the echo area or a popup buffer.

Is this really the case?

Please someone correct me, because this is a useful feature to lose.

markw
  • 321
  • 1
  • 3
  • 14

3 Answers3

1

I'm using nREPL and by default evals to echo area.

If you want to send the C-x C-e output to the running repl you can use both solutions on this question which are working quite fine for me.

Community
  • 1
  • 1
guilespi
  • 4,672
  • 1
  • 15
  • 24
1

I'm cider's maintainer and I can assure you C-x C-e's behaviour hasn't changed in quite some time. I'm also absolutely certain nothing was changed when I renamed nrepl.el to cider some time ago. I'm OK with implementing such feature if you need it, though. Just open a ticket on the issue tracker.

Bozhidar Batsov
  • 55,802
  • 13
  • 100
  • 117
0

C-c M-e which is bound to cider-eval-last-sexp-to-repl will get the job done. My cider version is 0.16.0.

hsteamroller
  • 41
  • 1
  • 4