On Sun, Mar 25, 2012 at 8:09 PM, Robby Findler <ro...@eecs.northwestern.edu> wrote: > It comes from the way syntax properties are propagated through macro > transformers. There is some explanation of this in the docs; search > for syntax-property and scroll up.
Ok. Yikes, this is more complicated than I expected. Thanks. I'll look at that more carefully. I'm still somewhat confused, because of the following: Compare: (syntax/loc #'foo [app op ...]) vs: (syntax [app op ...]) The first does not have paren-shape defined, while the second does. Is this intentional? _________________________ Racket Developers list: http://lists.racket-lang.org/dev