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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 3 13:41:56 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          
     
           Summary: #f check is not done by nth
           Product: UIM
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: generic Scheme codes
        AssignedTo: uim-bugs at freedesktop.org
        ReportedBy: tkng at xem.jp


In revision 922, I commited #f check for getter of define-record. It was reverted in
revison 929, but IMHO this is need.

As an example, exec following code. With revision 922, "end e" would not be printed.

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

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

(a)
== end of a.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