[Uim-bugs] [Bug 2471] uim-pref crashes when there's no ~/.uim.d directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 5 08:44:11 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=2471          
     

yamaken at bp.iij4u.or.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uim-bugs at freedesktop.org




------- Additional Comments From yamaken at bp.iij4u.or.jp  2005-02-04 22:44 -------
Oops, please ignore previous patch.

Index: scm/im.scm
===================================================================
--- scm/im.scm  (revision 534)
+++ scm/im.scm  (working copy)
@@ -109,6 +109,8 @@
   (lambda (name lang encoding name-label short-desc init-arg init release
                mode key-press key-release reset
                get-candidate set-candidate-index prop)
+    (puts (string-append "register-im has been invoked: im=" name "\n"))
+    (print (im-init-handler args))
     (and (or (null? enabled-im-list)  ;; bootstrap
             (memq name enabled-im-list))
         (let ((im (im-new name lang encoding name-label short-desc
Index: scm/lazy-load.scm
===================================================================
--- scm/lazy-load.scm   (revision 534)
+++ scm/lazy-load.scm   (working copy)
@@ -45,6 +45,11 @@
                                           stub-im-init-handler))
                                 (init-handler id im arg)
                                 (begin
+                                  (print init-handler)
+                                  (print stub-im-init-handler)
+                                  (print im)
+                                  (print (map im-name im-list))
+                                  (print enabled-im-list)
                                   (error "stub IM actualization failed")
                                   #f))))
               context))))))
          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the uim-bugs mailing list