Closed vasanthaganeshk closed 7 years ago
In interpreter, displaying a lot of text (output of an expression) might make Emacs hang. So we could truncate what is being displayed (See this). We could hide the text being displayed using hideshow.el or by using the collapse functionality.
hideshow.el
Isn't that what C-c C-c (killing the expression) is for?
C-c C-c
Yes you are right. That should be enough. I'll close this issue.
In interpreter, displaying a lot of text (output of an expression) might make Emacs hang. So we could truncate what is being displayed (See this). We could hide the text being displayed using
hideshow.el
or by using the collapse functionality.