... 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áš <l...@pontex.cz> wrote:
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
<schuster.wolfg...@googlemail.com> wrote:
regi-ini.lua
function regimes.process(s)
- return translate(s,regimes.currentregime)
+ return regimes.translate(s,regimes.currentregime)
end
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________