On Sep 27, 2012 6:35 PM, "Patrick Li" <patrickli.2001@gmail.com> wrote:

>
> Thank you very much! For my use case, I am unable to stick completely to using define-syntax thus have to deal with how to intermix these two systems properly.

Don't try to mix the two systems in Gambit. That way lies madness.

If you need to break hygiene, Gambit includes a syntax-case implementation you can use with define-syntax.