[Uim-bugs] [Bug 1853] uim-svn1643: uim-xim doesn't work

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 15 07:55:41 EET 2004


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://freedesktop.org/bugzilla/show_bug.cgi?id=1853        
   




------- Additional Comments From ekato at ees.hokudai.ac.jp  2004-11-14 21:55 -------
The temporal fix of the bug is applying following patch.

Index: im.scm
===================================================================
--- im.scm	(revision 1644)
+++ im.scm	(working copy)
@@ -205,7 +205,8 @@
       ;; To remember the IM selected by uim-toolbar, we record the
       ;; latest IM to default-im-name. This makes subsequent contexts
       ;; the selected one. -- YamaKen 2004-11-11
-      (set! default-im-name (im-name im))
+      (if name
+          (set! default-im-name (im-name im)))
       (im-set-encoding id (im-encoding im))
       (update-style uim-color-spec (symbol-value uim-color))
       (let* ((handler (im-init-handler im))
        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/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