ConTeXters,

An index register entry with two + components does not get set properly. With the following example, the text “see Mmm+Plus” should be on a separate, indented line as “Plus    see Mmm+Plus” but I see it on the first line as “Aaa    see Mmm+Plus”. When there are zero or one + components, all is well.

\starttext
\seeindex{Aaa+Plus}{Mmm+Plus}
\seeindex{Bbb+Plus}{Nnn, Comma}
\seeindex{Ccc, Comma}{Ooo, Comma}
\seeindex{Ddd, Comma}{Ppp+Plus}
Some text.
\index{Aaa+SecondPlus}
\index{Bbb+SecondPlus}
\index{Mmm+Plus}
\index{Mmm+SecondPlus}
\index{Ppp+Plus}
\index{Ppp+SecondPlus}
\index{Ooo, Comma}
\index{Nnn, Comma}
Some more text.
\page
\placeindex
\stoptext

--

Rik