
我在 Ubuntu 12.04 上運行 emacs GNU Emacs 24.2.50.1(x86_64-unknown-linux-gnu,GTK+ 版本 2.24.10)。
當我打開 ansi-term(或 term 或多 term)緩衝區並使用它幾分鐘時,它開始變慢 - 輸入字元時有明顯的滯後。
然後我打開我的 *Messages* 緩衝區並看到以下輸出:
Invalid face attribute :foreground nil
Invalid face attribute :background nil [6 times]
Invalid face attribute :foreground nil
Invalid face attribute :background nil [5 times]
Invalid face attribute :foreground nil
Invalid face attribute :background nil
Invalid face attribute :foreground nil
Invalid face attribute :background nil
(這些無效的人臉屬性條目有數千個)
如果我降級到 emacs 24.0.* 我不會看到這個問題。
非常感謝對此問題的任何想法。