On 3/26/2015 8:35 PM, Wolfgang Schuster wrote:
Am 26.03.2015 um 20:14 schrieb Pablo Rodriguez
: On 03/26/2015 07:24 PM, Hans Hagen wrote:
Hi,
I uploaded a beta (for luatex 0.80) that has some changes in low level interfaces. Hopefully there are no side effects but there are they can be sorted out fast. I tested the code on projects and manuals so it should not be too bad. Depending on how complex your setup up is, there can be a speed gain of some 5% compared to previous versions.
Hans,
many thanks for the new beta.
I’m afraid that the three documents I tested (rather complex ones) cannot be compiled and the error message is the same. \definefontfamily seems to be the offending command
The minimal sample:
\definefontfamily[mainface][rm][TeX Gyre Pagella] \setupbodyfont[mainface] \starttext \input zapf \stoptext
Many thanks for your help,
The bug happens further down in the \usetypescriptfile command and is triggered when a empty argument is given. The cause can be reproduced with the following example when you pass an empty string to \splitfilename.
\starttext
\letempty\CommaList
\splitfilename{}% fails %\splitfilename{text}% works \addtocommalist\splitoffbase\CommaList
\stoptext
ok, fix in engine needed ... i uploaded a temp fix Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------