<div dir="ltr">Hello list<div><br></div><div>David a few  months ago I brought  up an issue with the infamous `Extra alignment tab has been changed to \cr` error attached to it, and you said , quote</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">and the error is not detected until  the & which is trying to put the<br>Yes box into a third column of the table which only has two columns.<br><br>there is no sensible way TeX could recover from this and guess your<br>original intention.<br></blockquote><div><br></div><div><a href="http://tug.org/mail-archives/texhax/2019-January/023495.html">http://tug.org/mail-archives/texhax/2019-January/023495.html</a> </div><div><br></div><div>And we certainly have been over this before, - even prior to the above - but I just want to confirm one more time, and based mostly on your past-past and past comments, who's to be blamed for....</div><div><br></div><div>I thought at one time that this issue, namely the error with the misleading title of `Extra alignment tab has been changed to \cr` , was in your end of the LaTeX stick, but you threw the hands in the air and said that No no no, this is TeX fault. </div><div><br></div><div>My question is this: </div><div><br></div><div>Who's responsible to take care of this? The error is misleading either by wording or whatever other term you'd like to classify it under,  Would  it be Knuth himself the person to take care of fixing it? </div><div><br></div><div>If so, am I going to get a golden ticket like in Charlie and the chocolate factory? I mean, egreg got one and was asking for more, so I might as well request one too. :) </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">\documentclass{article}<br>\def\test#1#2{\hbox to 2cm{#1}}<br><br>\begin{document} <br><br>\begin{tabular}{cc}<br>\hbox to 2cm{working} \expandafter \cr &  \hbox to 2cm {No}  \expandafter \cr \hbox to 2cm {not working}{} &<br> \test{Yes}{} \\<br>\end{tabular}<br><br>\end{document}<br></blockquote></div>