Re: [racket-users] nested-flow and inset

2020-07-11 Thread Matthew Flatt
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 receiv

Re: [racket-users] nested-flow and inset

2020-07-11 Thread Matthew Flatt
At Sat, 11 Jul 2020 10:41:27 -0700 (PDT), Shriram Krishnamurthi wrote: > My reading of the documentation for `nested-flow` > > https://docs.racket-lang.org/scribble/core.html#%28def._%28%28lib._scribble%2Fc > ore..rkt%29._make-nested-flow%29%29 > > is that I can use 'inset as the first argument.

[racket-users] nested-flow and inset

2020-07-11 Thread Shriram Krishnamurthi
My reading of the documentation for `nested-flow` https://docs.racket-lang.org/scribble/core.html#%28def._%28%28lib._scribble%2Fcore..rkt%29._make-nested-flow%29%29 is that I can use 'inset as the first argument. However, when I try to do so, I get a contract error: make-nested-flow: contract v