lua-users home
lua-l archive

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


   Hi,

>I have tried to implement a fallback in lua. Unfortunately it 
>produces a
>strange error: "lua error: call expression not a function" 
>when calling the
>setfallback function. So I assumed something was wrong with my 

Just a thought: Fallbacks are now replaced by tag methods. Did you
compile your version of Lua with the compatibility flag set ?
There is a define in the 'config' file that looks like something
like COMPAT_2_5, or approaching. It could be that.


--vp