haskell / haskell-mode

Emacs mode for Haskell
http://haskell.github.io/haskell-mode/
GNU General Public License v3.0
1.33k stars 344 forks source link

[Feature request] Truncate the amount of text being displayed in interpreter process's buffer. #1536

Closed vasanthaganeshk closed 7 years ago

vasanthaganeshk commented 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.

ivan-m commented 7 years ago

Isn't that what C-c C-c (killing the expression) is for?

vasanthaganeshk commented 7 years ago

Yes you are right. That should be enough. I'll close this issue.