Hi all, it took me a while to track this down. It seems that if one uses \in[…] and \footnote{…} in the same paragraph the following \noindentation-command is ignored. Here is an example: \setupindenting[big,yes] \setupdelimitedtext[blockquote][before=\noindentation] \starttext \showframe[text][text] \startbuffer \startblockquote Is this paragraph indented? It should not! Is this paragraph indented? It should not! \stopblockquote \stopbuffer Test \in[someref] test\footnote{footnote}. \getbuffer Test test\footnote{footnote}. \getbuffer Test \in[someref] test. \getbuffer \stoptext Thanks in advance Andreas PS. I don't think is has something to do with the problem in http://archive.contextgarden.net/message/20101201.120250.6f268216.en.html but it would be nice if both could be fixed.