<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 7, 2020 at 7:40 PM Robert Alessi <<a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear all,<br>
<br>
I have no idea why the following all of a sudden fails to compile with<br>
lualatex (I run an up-to-date texlive 2020):<br>
<br>
--------------------snip--------------------<br>
\documentclass{article}<br>
<br>
\usepackage{minted}<br>
<br>
\begin{document}<br>
<br>
\begin{minted}{latex}<br>
   a-'<br>
\end{minted}<br>
<br>
\end{document}<br>
--------------------snip--------------------<br>
<br>
Remarks:<br>
--------<br>
<br>
1. The error message I get:<br>
(./_minted-test/C1B3C74AA35F87A14838FF588F40D6B6715769D21B52E45A<br>
A7CE8C545C6279BA.pygtexlualatex: ../../../texk/web2c/luatexdir/lang/texlang.c:986: hnj_hyphenation: Assertion `(((varmem[(wordstart)].hh.u.B1) & (1 << 0)) && !((varmem[(wordstart)].hh.u.B1) & (1 << 1) ) && !((varmem[(wordstart)].hh.u.B1) & (1 << 2) ))' failed.<br>
<br>
2. If I remove the straight single quotation mark so as to write a-<br>
   instead of a-' it passes.<br>
<br>
3. xelatex and pdflatex work on this file.<br>
<br>
4. I tried lualatex-dev --shell-escape but no avail.<br>
<br>
Any ideas would be much appreciated!<br>
<br>
Best,<br>
<br>
Robert<br>
<br>
</blockquote></div><div><br></div>It's the same problem as in <br clear="all"><div><a href="https://tug.org/pipermail/luatex/2020-November/007424.html">Assertion from texlang.c with reproducible example
</a><a name="7424"> </a> <i></i><br></div><div><br></div><div>( the hyphenation expects a simple word, but </div><div>the word doesn't start with a character.)<br></div><div>For the moment I will make a better error message.</div><div><br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">luigi<br></div></div>