Hans Hagen wrote:
Jonathan Sauer wrote:
Hello,
some miscellaneous notes while playing with LuaTeX 0.20.0:
- Currently, the 'open_read_file' callback is only used if a 'find_read_file' callback is registered as well. Since on Apr 24 2007, Taco wrote on the mailing list (subject '\input does not look at
open_read_file callback?') that this would be fixed, I suspect that this is a bug.
Yes, that is a bug. I had forgotten about it, and will fix it soon. It is on my shortlist now (but not for today).
- The following command line crashes LuaTeX with a bus error (yes, yes the bus that people are riding on without a ticket):
luatex '\directlua0{texio.write("term and log","Hello")}'
No destination or destination "term" works.
Found and fixed (an extra test was needed to make sure the log file is actually open). Best wishes, Taco