29 Nov
2010
29 Nov
'10
3:13 p.m.
... I had to delete the lua-cache manually, the "c:\ConTeXt\tex\texmf-cache\luatex-cache\context\f53042fa2e1c106bc7e3383ec8c3a00c\" directory in my case.
Ctx rebuilt its content and now \input works fine.
Lukas
On Sun, 28 Nov 2010 23:44:17 +0100, Procházka Lukáš
But I'm still getting the same error message! I still have "! LuaTeX error ...TeXt/tex/texmf-context/tex/context/base/regi-ini.lua:100: attempt to call global 'translate' (a nil value).", although I added two "print(...)" before "return regimes...".
On Sun, 28 Nov 2010 19:08:56 +0100, Wolfgang Schuster
wrote: regi-ini.lua
function regimes.process(s) - return translate(s,regimes.currentregime) + return regimes.translate(s,regimes.currentregime) end