We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C-c C-p (and C-c C-f) realises the entire lazy sequence causing the stall of Emacs.
C-c C-p
C-c C-f
How to reproduce:
(range)
C-c C-e
...
The text was updated successfully, but these errors were encountered:
Yeah, this is because C-c C-p uses a different nREPL session (CIDER's tooling session). I'll look into this.
Sorry, something went wrong.
69fce18
brilliant thx
[Fix clojure-emacs#607] Don't eval pprint code in the tooling session
ecc1cf8
This way it will respect the *print-length* setting of the main session. This also fixes clojure-emacs#454.
No branches or pull requests
C-c C-p
(andC-c C-f
) realises the entire lazy sequence causing the stall of Emacs.How to reproduce:
(range)
and pressC-c C-e
...
C-c C-p
The text was updated successfully, but these errors were encountered: