Manuel Pégourié-Gonnard a écrit :
While trying to tangle luatex.web, I found it necesseary to apply the following patch in order to fix what looks like two typos.
By the way, while pdfluatex-ing the result, I noticed problems with naked \outputbox in the text, for which I would suggest the following fix: diff --git a/source/texk/web2c/luatexdir/luatex.web b/source/texk/web2c/luatexdir/luatex.web index 5f0eb64..d10d022 100644 --- a/source/texk/web2c/luatexdir/luatex.web +++ b/source/texk/web2c/luatexdir/luatex.web @@ -21483,7 +21483,7 @@ last_glue:=max_halfword; last_penalty:=0; last_kern:=0; last_node_type:=-1; page_depth:=0; page_max_depth:=0 -@ At certain times box \outputbox is supposed to be void (i.e., |null|), +@ At certain times box \.{\\outputbox} is supposed to be void (i.e., |null|), or an insertion box is supposed to be ready to accept a vertical list. If not, an error message is printed, and the following subroutine flushes the unwanted contents, reporting them to the user. @@ -23279,7 +23279,7 @@ begin if cur_cmd=vadjust then cur_val:=output_box else begin scan_register_num; if cur_val=output_box then begin print_err("You can't "); print_esc("insert"); print_int(output_box); -@.You can't \\insert\outputbox@> +@.You can't \\insert\\outputbox@> help1("I'm changing to \insert0; box \outputbox is special."); error; cur_val:=0; end; Best, Manuel.