Re: [Matlab-emacs-discuss] Clear matlab command buffer

2020-11-22 Thread Liu, Jiaen
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

Re: [Matlab-emacs-discuss] Clear matlab command buffer

2020-11-22 Thread Roman Garnett
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