racket/collects/slideshow
Matthew Flatt 0197902309 add var-ref->mod-decl-insp' and switch cur-code-insp' uses
Macros and other tools that need syntax privilege used
`(current-code-inspector)' at the module top-level to try to
capture the right code inspector at load time. It's more
consistent to instead use the enclosing module's declaration-time
inspector, and `var-ref->mod-decl-insp' provides that. The
new function works only on references to anonymous variables,
which limits access to the inspector.

The real function name is longer, of course.
2011-09-20 13:50:36 -06:00
..
examples
lang
private
balloon.rkt
base.rkt
cmdline.rkt
code.rkt
core.rkt
doc.txt
face.rkt
flash.rkt
info.rkt
initial-ones.rkt
main.rkt
mask.xbm
param.rkt
pict-snipclass.rkt
pict.rkt slideshow/pict: add linestyle' and #:style' argument to `pin-line' 2011-08-24 09:07:13 -06:00
play.rkt
run.rkt
sig.rkt
slide.rkt
slides-to-picts.rkt
slideshow.bmp
slideshow.png
slideshow.rkt
start-param.rkt
start.creator
start.icns
start.ico
start.rkt
step.rkt
tool.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
tutorial-show.rkt fix the text of the slideshow tutorial to talk about #:bullet instead of item/bullet 2011-08-08 16:50:46 -05:00
viewer.rkt