I am trying to construct an index of passages and have run into a curious problem:
\defineregister[Passage][Passages]
\setupregister[Passage][n=1,%
balance=yes,%
pagestyle=\tfx\em,%
textstyle=\tfx,%
criterium=all,%
interaction={pagenumber},%
]
\setupregister[Passage][indicator=no,distance=0.5em]
\starttext
See \Passage{Simplicius+{\em In de caelo}+483.15--19}483.15--19.
\page
See \Passage{Simplicius+{\em In de caelo}+477.3--4}477.3--4
\page
\placeregister[Passage]
\stoptext
rather than after. How can I fix this?