Hi,

in luatex-plain, the example below

    \font\grk="file:LinLibertine_R.otf:+mark;+mkmk;mode=node" at 14.4pt
    {\grk
     μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος\hfill\break
     οὐλομένην, ἣ μυρί' Ἀχαιοῖς ἄλγε' ἔθηκε}
    \bye

triggers a call to onetimemessage() which is nil at the time when
the upvalue is created. Can we have calls to
fonts.loggers.onetimemessage() instead, so we can override that
one with our own logger?

On a related note, we would like to reduce verbosity. In
luatex-basics-gen.lua, could we have:

logs = logs or {
  new=dummyreporter,
  reporter=dummyreporter,
  messenger=dummyreporter,
  report=dummyfunction,
}

So we can provide our own “logs” table?

Thanks
Philipp


Attachment: isolated.tex
Description: TeX document

Attachment: pgpi8fMmvOpzW.pgp
Description: PGP signature

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to