<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 4 May 2017 at 10:00, Hans Hagen <span dir="ltr"><<a href="mailto:pragma@wxs.nl" target="_blank">pragma@wxs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 5/4/2017 10:12 AM, David Carlisle wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
the following plain tex file<br>
<br>
\ifcsname T\ifincsname e\else \hbox{e}\fi X\endcsname\fi<br>
\bye<br>
<br>
<br>
works in etex/pdftex/xetex but generates an error in luatex (tl2017 pretest)<br>
<br>
ifincsname should be true in the implicit csname started by the outer<br>
ifincsname<br>
</blockquote>
<br></span>
does<br>
<br>
\suppressifcsnameerror1<br>
<br>
help?<br></blockquote><div><br></div><div><br></div><div>Not really, it masks the error but the test is still  taking the wrong branch.</div><div><br></div><div>If I change the test file to</div><div><br></div><div><br></div><div><br>\ifx\suppressifcsnameerror\undefined\else<br>\suppressifcsnameerror1<br>\fi<br><br>\ifcsname T\ifincsname e\else \hbox{e}\fi X\endcsname AAA\else zzz\fi<br>\bye<br><br></div><div><br></div><div><br></div><div>then it runs without error but typesets</div><div><br></div><div>AAA  with pdftex and xetex <br></div><div>but <br></div><div>zzz with luatex</div><div><br></div><div>David</div><div><br></div><div><br></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">
<br>
<br>
------------------------------<wbr>------------------------------<wbr>-----<br>
                                          Hans Hagen | PRAGMA ADE<br>
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands<br>
       tel: 038 477 53 69 | <a href="http://www.pragma-ade.nl" rel="noreferrer" target="_blank">www.pragma-ade.nl</a> | <a href="http://www.pragma-pod.nl" rel="noreferrer" target="_blank">www.pragma-pod.nl</a><br>
------------------------------<wbr>------------------------------<wbr>-----<br>
</blockquote></div><br></div></div>