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.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to