`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`