[plt-scheme] Slideshow macro problem
It would probably be good to put the "before", "before/at", etc. forms in the docs too -- those are useful.
Now, is there a way when printing to condense the stages (like using with-steps~ vs. with-steps); or to specify which stages to skip when condensing?
On May 31, 2010, at 5:02 PM, Carl Eastlund wrote:
> On Mon, May 31, 2010 at 4:51 PM, Nadeem Abdul Hamid <nadeem at acm.org> wrote:
>> Great, thanks!
>>
>> Btw, the docs list:
>> (slide/staged [name ...] arg ...)
>> http://planet.plt-scheme.org/package-source/cce/scheme.plt/7/0/planet-docs/manual/graphics-section.html#(form._((planet._slideshow..rkt._(cce._scheme..plt._7._0))._slide/staged))
>>
>> While the function is actually named "slide/stage", at least in the "slideshow.ss" that I got.
>>
>> --- nadeem
>
> Oh, yes, thanks. Someone reported that bug before and apparently I
> have never gotten around to fixing it. :/
>
> --Carl