[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: globals (_locals)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 7 Jun 2001 22:41:31 -0300
>I think lhf is forgetting that the globals function is not available after
>you switch out the global table. You'll have to store a local reference to
>at least that function.
Yes, sorry about that. You need "do local globals=globals ... end".
I posted something similar for a redefinition of dofile just the other day.
--lhf