<style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        --></style><p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">I need (find-library-collection-paths)
to return a list that includes the path:
</p>
<p style="margin-bottom:0in">
#<path:/home/don/.plt-scheme/4.2.1/collects></p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">(find-library-collection-paths)
;returns:
</p>
<p style="margin-bottom:0in"><font face="Courier New, monospace"><font style="font-size:11pt">'(#<path:/home/don/.racket/5.2.1/collects></font></font></p>
<p style="margin-bottom:0in"> <font face="Courier New, monospace"><font style="font-size:11pt">#<path:/usr/local/racket/collects>)</font></font></p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">This path and directory exists:
</p>
<p style="margin-bottom:0in">
#<path:/home/don/.plt-scheme/4.2.1/collects></p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">What file contains the paths found by:
(find-library-collection-paths)?</p>
<p style="margin-bottom:0in">If so, should I manually add a path to
that file?</p>
<p style="margin-bottom:0in">;----------------</p>
<p style="margin-bottom:0in">I tried:
</p>
<p><font face="Courier New, monospace"><font style="font-size:11pt">(find-library-collection-paths
'("/home/don/.plt-scheme/4.2.1/collects"))</font></font></p>
<p style="margin-bottom:0in">but I think the above line needs to be
in the .racketrc file.</p>
<p style="margin-bottom:0in">I thought that .racketrc should be
auto-loaded but it does not appear to be, probably because it is
outside any of my collects directory paths that do resolve correctly.</p>
<p><font face="Courier New, monospace"><font style="font-size:11pt">(find-system-path
'init-file) ;=> #<path:/home/don/.racketrc></font></font></p>
<p style="margin-bottom:0in">Thus far I have been using 'require' to
access files from 'collects' directories, only. I have refrained
from using 'load'.
</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Is there some function I should be
using to effectively load the .racketrc initialization file?</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Thanks.</p>