id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 19 define-syntax on imported syntax redefines that syntax in the original module Alex Shinn felix winkelmann "CHICKEN (c)2008-2009 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.0.2 - SVN rev. 14239 macosx-unix-gnu-x86 [ manyargs dload ptables applyhook ] compiled 2009-04-16 on pchelka (Darwin) #;1> (module x () (import scheme) (define-syntax import (syntax-rules ()))) ; loading /usr/local/lib/chicken/4/scheme.import.so ... Warning: redefinition of imported syntax binding: import #;2> (module y () (import scheme) 'ok) Error: during expansion of (import ...) - no rule matches form: (import scheme) Call history: (module y () (import scheme) (quote ok)) (##core#module y () (import scheme) (quote ok)) (import scheme) (##sys#cdr input10) (##sys#syntax-error-hook ""no rule matches form"" input10<-- #;2> " defect closed minor compiler 4.0.1 wontfix