Thanks Roman. Have you experienced slow down after clearing the command
buffer? I haven’t tested this since I learned the clearing trick.
Jiaen
On Sun, Nov 22, 2020 at 1:10 PM Roman Garnett
wrote:
> I have also experienced slowdown with extremely long shell buffers
> (hundreds of thousands of l
I have also experienced slowdown with extremely long shell buffers
(hundreds of thousands of lines), which I managed to address by
disabling undo. I added the following to my init file to do so
automatically:
(add-hook 'matlab-shell-mode-hook 'buffer-disable-undo)
This does not affect command his