<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div>
Or even better: is there a way to add a collection permanently <br>(such as in the preferences), so that I don&#39;t have to declare them each <br>time I run racket, gracket, mzc, etc.</div></div></blockquote><div><br>The docs say the PLTCOLLECTS environment variable must be set to a given path, but the following doesn&#39;t work:<br>

<br>&lt;&lt;&lt;<br></div></div>~/Projets/Scheme-svn/gui-tools$ PLTCOLLECTS=:/home/orseau/Projets/Scheme-svn/<br>~/Projets/Scheme-svn/gui-tools$ echo $PLTCOLLECTS<br>:/home/orseau/Projets/Scheme-svn/<br>~/Projets/Scheme-svn/gui-tools$ gracket board.rkt<br>

board.rkt:3:9: common/common: standard-module-name-resolver: <br>collection not found: &quot;common&quot; in any of: <br>(#&lt;path:/home/orseau/.racket/<a href="http://5.0.1.2/collects">5.0.1.2/collects</a>&gt; #&lt;path:/usr/plt-5.0.1.2/collects&gt;) in: common/common<br>

<br> === context ===<br>standard-module-name-resolver<br>&gt;&gt;&gt;<br><br>Removing the &quot;:&quot; in PLTCOLLECTS does the same thing.<br><br>The docs also say &quot;additional
collection directories can be specified in configuration files&quot;, but it does not say how.<br><br>Has anyone played with this?<br><br>-- <br>Laurent<br>