Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Text Editors
>
Text Processing
>
Anthy
>
Ticket List/Search
>
Ticket #11263
Anthy
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (2)
Open Discussion (14)
Mailing Lists
list of ML
anthy-dev
anthy-event
News
Ticket #11263
Ticket List
Submit New Ticket
RSS
emacs23で応答が遅い
Open Date:
2007-11-02 13:44
Last Update:
2007-11-02 13:44
monitor
ON
OFF
Reporter:
(Anonymous)
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
開発者さま
春日と申します。
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 (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
春日と申します。
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))
としてしのいででいますが、次回リリースで、対応していただ
ける
とありがたいです。
よろしくお願いします。