[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: changing global environments
- From: Tomas Guisasola Gorham <tomas@...>
- Date: Sat, 24 Mar 2007 20:00:14 -0300 (BRT)
Hi Graham
> Is there any way to set the environment of a function such that all
> functions it calls will also inherit this environment? In the
> example below, I change the environment of fmain, which in turn calls
> fsub, but the environment of fsub is unchanged.
I don't think so. Anyway I think it should became a nightmare
if this became the default behavior. Good luck!
By the way, did you try to set the call hook to do that change
of environments?
Again, good luck,
Tomás