Emacs Speaks Statistics中的R缓冲区似乎显着减慢了行数增加的速度。有没有办法限制缓冲区的大小?
修改了这个,https://stackoverflow.com/a/11255400/1007926,但无法解决问题。
(add-hook 'ess-tracebug-mode-hook 'ess-tracebug)
(setq comint-buffer-maximum-size 2000)
ess-tracebug
是R缓冲区的正确名称吗?创建缓冲区时会出现此消息:
ess-tracebug mode enabled
这是部分解决方案:
C-c C-o (comint-kill-output)
Deletes everything from the last command to the current prompt.
从这里开始:http://www.xemacs.org/Documentation/packages/html/ess_4.html