29 Dec
2007
29 Dec
'07
9:59 a.m.
Hans Hagen wrote:
This went wrong: ...luatex/tex/texmf-local/tex/context/base/font- otf.lua:1759: table index is nil
looks like a mismatch between binaries and mkiv
same problem here. Perhaps I forgot to check in something? The bad line was a d.unicode, I changed it into this. if d.name then if d.unicode then characters[d.unicode] = { description = d } else characters[d.unicodeenc] = { description = d } end end and now all is fine. The odd thing is I thought I had changed that already.