emacsclojureread-eval-print-loopcider

Long Outputs Inside Emacs Cider Repl Buffers


When using Emacs with the Cider plug-in, moving inside the REPL buffer gets incredibly slow, when there was accidently printed a huge amount of output to the REPL buffer.

Thanks in advance!


Solution

  • Have you tried setting *print-length*? See this documentation and search for 'Limiting output in the REPL'.