lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jan 12, 2010, at 7:25 PM, David Kolf wrote:

> But "getfenv (2)" was exactly one of the features I used.

As mentioned somewhere else in this thread, you could still use a combination of debug.getinfo + debug.setfenv to achieve the same effect, e.g.: debug.setfenv( debug.getinfo( 2, 'f' ).func )