emacs ansi-termは非常に遅い

emacs ansi-termは非常に遅い

私は Ubuntu 12.04 で emacs GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu、GTK+ バージョン 2.24.10) を実行しています。

ansi-term (または term または multi-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.* にダウングレードすると、この問題は発生しません。

この問題に関するご意見をいただければ幸いです。

関連情報