Incidencia #11263

emacs23で応答が遅い
Abrir Fecha: 2007-11-02 13:44 Última actualización: 2007-11-02 13:44

Informador:
(Anónimo)
Propietario:
(Ninguno)
Tipo:
Estado:
Open
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno

Details

開発者さま

春日と申します。

Emacs 23.0.50/anthy-9100d

を使用していますが、最近、文字入力や変換候補の表示が妙
に重い
ことに気づきました。

調べて見たところ、
anthy.el:
(defvar anthy-accept-timeout 50)
(if (string-match "^22\." emacs-version)
(setq anthy-accept-timeout 1))

のところで、emacs23 だと anthy-accept-timeout が 50 に
設定さ
れるのが原因のようです。

とりあえず、私は、
(if (>= emacs-major-version 22)
(setq anthy-accept-timeout 1))

としてしのいででいますが、次回リリースで、対応していただ
ける
とありがたいです。

よろしくお願いします。

Ticket History (0/0 Histories)

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Entrar