On Wed, 15 Nov 2017 09:55:04 -0700
Alan Braslau
Hello,
I wish to confirm the following "bug" (or feature request).
Alan
https://mailman.ntg.nl/pipermail/ntg-context/2017/087966.html
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
interface indicates: \seeindex [...][..+...+..]{...} 1 OPT 2 3 1 TEXT PROCESSOR->TEXT 2 INDEX 3 TEXT PROCESSOR->TEXT so I am not sure that I understand the intended use. Alan