On Saturday, 03 October 2015 at 10:29:33 am -0400, Henry So Jr. wrote: > On Saturday, 03 October 2015 at 04:16:28 pm +0200, Élie Roux wrote: > > Le 03/10/2015 14:44, Élie Roux a écrit : > > > See https://github.com/josephwright/ltluatexsupp/issues/2 > > > > Fixed, see > > > > https://github.com/josephwright/ltluatexsupp/commit/7cf9fd498e980e008b053ae6df960097a01d3df6 > > > > the patch is quite easy, I think it will be best to apply it by hand > > instead of waiting for CTAN upload and propagation of the new version. > > Still not working. > > See https://github.com/josephwright/ltluatexsupp/issues/3 and > https://github.com/josephwright/ltluatexsupp/issues/4
I have a couple of changes that are in pull request #633 to accomodate the new latex and luatexbase. However, there is a general problem running tests that use fontspec. They are all in the vein of https://github.com/wspr/fontspec/issues/215 In order to make the tests work, I need to do the following after loading fontspec and before calling \setmainfont: \expandafter\let\csname xetex_suppressfontnotfounderror:D\endcsname=\suppressfontnotfounderror \expandafter\let\csname luatex_prehyphenchar:D\endcsname=\prehyphenchar \expandafter\let\csname luatex_posthyphenchar:D\endcsname=\posthyphenchar \expandafter\let\csname luatex_preexhyphenchar:D\endcsname=\preexhyphenchar \expandafter\let\csname luatex_postexhyphenchar:D\endcsname=\postexhyphenchar This is not a gregorio bug per se, and they are apparently aware of it as evidenced by issue #215 of fontspec. Henry _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
