scsh-users
[Top] [All Lists]

Re: fluid & exec-path-list

To: briand@aracnet.com
Subject: Re: fluid & exec-path-list
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Mon, 27 May 2002 09:20:50 +0200
Cc: scsh-news@zurich.ai.mit.edu
Sender: gasbichl@informatik.uni-tuebingen.de
>>>>> "Brian" == briand  <briand@aracnet.com> writes:

Brian> Nothing in the manual about this:


>> ,open fluids
Brian> Newly accessible in user: (fluid)
>> (fluid exec-path-list)

Brian> Error: exception
Brian>        wrong-type-argument
Brian>        (checked-record-ref '#{Thread-fluid} '#{Record-type 6 fluid} 1)
1> 

Brian> Help ?

Brian> Brian

Brian> P.S. This is new in 0.6.2 from 0.6.1.

Yes, quoting from RELEASE:


** API changes
   [snip]

   exec-path-list is now a preseved thread fluid


See also the documentation of exec-path-list in the manual:

exec-path-list         string list thread-fluid 

[snip]

To access, rebind or side-effect thread-fluid cells, you must open the 
thread-fluids package.


Turning exec-path-list into a thread fluid was necessary to get the
desired behavior in conjunction with threads. Sorry about the
inconvenience.

-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>