<br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
... for example, why not set up files that set some parameter and then<br>
run the program. You said that you want a `++load my-module.rkt' --<br>
why not change "my-module.rkt" -> "my-module.scrbl", and just render<br>
it?<br>
</blockquote><div><br></div><div dir="ltr">I like this. But I don't want the "configuration" scribble file to itself generate documentation, but only set up the parameterizations. The documentation in <a href="http://docs.racket-lang.org/scribble/running.html">http://docs.racket-lang.org/scribble/running.html</a> makes it sound like it will generate documentation for each scribble file I feed into it. Isn't that the case?</div>
<div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">The environmental variable approach would work, too... and probably without needing significant hacking. I can use getenv from <a href="http://docs.racket-lang.org/reference/runtime.html#(def._((quote._~23~25kernel)._getenv))">http://docs.racket-lang.org/reference/runtime.html#(def._((quote._~23~25kernel)._getenv))</a></div>
<div dir="ltr"><br></div><div dir="ltr"><br></div><span style></span><div dir="ltr">Either way, once I have something I can read, then I can use traverse-elements and then be in good shape, I think. Ok, that sounds right. Thank you again!</div>
<div dir="ltr"></div>