At Sat, 11 Jul 2020 11:47:22 -0600, Matthew Flatt wrote: > To construct a style that has 'nested as a property, use `(style #f > '(nested))` with `style` from `scribble/core`.
Wrong again: That should have been be 'inset as a name, not 'nested as a property, so `(style 'inset ())`. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/20200711115028.2ee%40sirmail.smtp.cs.utah.edu.

