[Uim-bugs] [Bug 8984] infinite loop caused by toggling mode in word registration
bugzilla-daemon at annarchy.freedesktop.org
bugzilla-daemon at annarchy.freedesktop.org
Mon Nov 13 13:50:32 EET 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=8984
ek.kato at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution| |FIXED
------- Additional Comments From ek.kato at gmail.com 2006-11-13 03:50 -------
Aha. It is needed to press commit key (enter key) after toggling to latin mode
to reproduce the bug for me. Please apply following patch.
Thanks for the report.
Index: prime.scm
===================================================================
--- prime.scm (revision 3972)
+++ prime.scm (working copy)
@@ -181,7 +181,7 @@
(prime-backspace-key? . prime-command-fund-backspace)
(prime-delete-key? . prime-command-fund-delete)
(prime-cancel-key? . prime-command-fund-cancel)
- (prime-commit-key? . prime-command-child-commit)
+ (prime-commit-key? . prime-command-child-finish)
(prime-go-left-key? . prime-command-fund-cursor-left)
(prime-go-right-key? . prime-command-fund-cursor-right)
(prime-go-left-edge-key? . prime-command-fund-cursor-left-edge)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list