
8 Apr
2015
8 Apr
'15
8:56 p.m.
On Fri, Sep 6, 2013 at 1:50 PM, Stas Boukarev <stassats@gmail.com> wrote:
Fabrice Popineau <fabrice.popineau@supelec.fr> writes:
Hi,
Is there anyway to limit the size of the repl buffer ? Something like 10000 lines max for example. Emacs slows a lot with large buffers. No, there isn't anything. You can clear the output manually with C-c M-o.
Dude, with Emacs there's always a way. Indeed, a modified version of `slime-repl-clear-buffer' could clear out the required amount of content. Really just a matter of figuring out what hook to add that to (per my earlier post) or what function to advise and Fabrice is sorted.