View Issue Details

IDProjectCategoryView StatusLast Update
0000903luatexluatex bugpublic2015-11-11 11:39
ReporterTaco Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0000903: Undefined control sequence: message length/truncation
DescriptionHello all,

With the minimal test

\def\use#1{0000001}
\use{\foo123456789012345678901234567890123456789012345678901234567890XXXXXXXXXXXXXXY}

pdfTeX and LuaTeX give

! Undefined control sequence.
<argument> \foo

123456789012345678901234567890123456789012345678901234567890...

with the "123" starts at column 16, whereas LuaTeX gives

<argument> \foo

123456789012345678901234567890123456789012345678901234567890XXXXXXXXXXXXXX

with the "123" starting at column 5. I'm not sure why this is:
deliberate or not.

Notice that as well as being out in position, LuaTeX truncates with no
"..." so it's not clear that this has happened: again, is this deliberate?

Joseph
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-05-26 12:03 Taco New Issue
2015-11-11 11:39 Hans Hagen Status new => closed
2015-11-11 11:39 Hans Hagen Assigned To => Hans Hagen
2015-11-11 11:39 Hans Hagen Resolution open => won't fix