> use case needed
Here two cases to compare:
1.
\setupindenting[yes, 9pt, first]
\starttext
\noindentation\input knuth\\
\input knuth\blank \noindentation
\input knuth
\testpage[35]\noindentation\input knuth
\stoptext
2.
\setupindenting[yes, 9pt, first]
\starttext
\noindentation\input knuth\\
\input knuth\blank \noindentation
\input knuth
\testpage[10]\noindentation\input knuth
\stoptext
In the second case the testpage is not active, but the "noindentation"
(the one right after it) still is (correct bahavior of course). But I
want to link this "testpage" and this "noindentation" with each other,
s.t. both are active, if the line-criterion is true, and both are not
acting, if not. That is, what I meant with "\testpage[n,noindentation]".
Could I make it clear now?
Huseyin