[Uim-bugs] [Bug 2412] Dynamic update of default-im-name and enabled-im-list in C side
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 29 10:34:40 EET 2005
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=2412
yamaken at bp.iij4u.or.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From yamaken at bp.iij4u.or.jp 2005-01-29 00:34 -------
I'm working on related issue. Probably default input method update will be
available for uim 0.4.6.
But enabled-im-list and corresponding IM objects are having a inconsistency
problem. See following comments.
I would like to resolve it by integrating all IM information into Scheme-side
constructs because it is easy to implement and maintain. But it will involve
long discussions since some developers want to split Scheme interpreter off from
libuim. So this problem will be resolved after 0.4.6.
im.scm:
;; Invoking this procedure causes inconsistency between im-list and
;; corresponding IM management entity in C-side
;; (uim_im_array). uim-im-switcher may show IM list in strange
;; order. This inconsistency problem is also preventing IM removal
;; feature implementation. We should resolve it after uim 0.4.6.
;; -- YamaKen 2005-01-25
(define normalize-im-list
;; enabled-im-list cannot be changed once libuim has been
;; initialized. This limitation may be removed after uim 0.4.6.
;; -- YamaKen 2005-01-25
(define enabled-im-list ())
--
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