Hi all, is it possible to make \index{…} more robust, so that one could set a space between command an followed word? \startTEXpage[offset=1ex] test test\vl \crlf test \index{test}test\vl \crlf % OK test \index{test} test\vl % not OK \stopTEXpage But more important, even if there isn’t a space, the \index-command spoils the output. \setuplayout[width=middle,backspace=40mm] \starttext \showframe[text][text] \dorecurse{100}{test } \blank \dorecurse{100}{\index{test}test } \stoptext