[plt-scheme] complete word

From: Robert Nikander (nikander at nc.rr.com)
Date: Fri Sep 21 10:50:37 EDT 2007

On Sep 21, 2007, at 8:48 AM, Jens Axel Søgaard wrote:
>>> Just checking: What is the value of the environment
>>> variable PLTCOLLECTS ?
>> /Users/rob/Projects/schemelibs:
>
> That looks wrong (95% sure). PLTCOLLECTS should point
> to the collects folder - and it is important it points
> to where you downloaded the SVN-version of collects
> (and not the standard location).
>


My understanding is that adding the colon makes it prepend  
PLTCOLLECTS to the default collections path list.  It has worked for  
months -- within DrScheme I can require the standard collections, as  
well as those in my 'schemelibs' directory.  When I set PLTCOLLECTS  
to nothing and restarted, still no completions.

Here is (current-library-collection-paths) with PLTCOLLECTS set to  
nothing:

(#<path:/Users/rob/Library/PLT Scheme/371.3/collects> #<path:/usr/ 
local/plt/collects>)

and with my original setting:

(#<path:/Users/rob/Projects/schemelibs> #<path:/Users/rob/Library/PLT  
Scheme/371.3/collects> #<path:/usr/local/plt/collects>)

When I built from SVN I did:

configure --prefix=/usr/local/plt
make
sudo make install


Rob

Posted on the users mailing list.