[Uim-bugs] [Bug 3689] #f check is not done by nth

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 3 15:16:01 EEST 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=3689          
     




------- Additional Comments From tkng at xem.jp  2005-07-03 05:16 -------
IMHO following code should generate following result.

"start a"
"FAILED"
"end e"

But revision 929 doesn't. It's not comfortable for me.

== start of a2.scm ====================================
(require "im.scm")

(define (a)
  (print "start a")
  (if (im-lang #f)
      (print "OK")
      (print "FAILED"))
  (print "end e"))

(a)

== end of a2.scm ======================================
          
     
     
--           
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