<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&#39; --<br>
why not change &quot;my-module.rkt&quot; -&gt; &quot;my-module.scrbl&quot;, and just render<br>
it?<br>
</blockquote><div><br></div><div dir="ltr">I like this.  But I don&#39;t want the &quot;configuration&quot; 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&#39;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>