Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cider's "eval in popup buffer" realises the entire lazy sequence #607

Closed
BrunoBonacci opened this issue Jun 6, 2014 · 2 comments
Closed

Comments

@BrunoBonacci
Copy link

C-c C-p (and C-c C-f) realises the entire lazy sequence causing the stall of Emacs.

How to reproduce:

  • Start cider
  • In a Clojure buffer enter (range) and press C-c C-e
  • Only the first 100 elements of the sequence are realised followed by ...
  • now press C-c C-p
@bbatsov
Copy link
Member

bbatsov commented Jun 10, 2014

Yeah, this is because C-c C-p uses a different nREPL session (CIDER's tooling session). I'll look into this.

@BrunoBonacci
Copy link
Author

brilliant thx

dgtized pushed a commit to dgtized/cider that referenced this issue Jun 24, 2014
This way it will respect the *print-length* setting of the main session.

This also fixes clojure-emacs#454.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants