>>>>> "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
|