While we are in patches, can you also consider the one I just attached on http://tracker.luatex.org/view.php?id=787? (attached to this mail too). It fixes myalatexformat (bugs 787 and 746). I CC the list as some people will be happy to see this fixed... Do you think it could also reach TeXLive 2013?

Thank you,
--
Elie
Index: mainbody.w
===================================================================
--- mainbody.w	(révision 4633)
+++ mainbody.w	(copie de travail)
@@ -426,7 +426,7 @@
         incr(iloc);
     if ((format_ident == 0) || (buffer[iloc] == '&') || dump_line) {
         char *fname = NULL;
-        if (format_ident != 0)
+        if (format_ident != 0 && !ini_version)
             initialize();       /* erase preloaded format */
         if ((fname = open_fmt_file()) == NULL)
             goto FINAL_END;

Reply via email to