Hello out there, I am currently writing some editor support for ConTeXt and I would like to get the `nonstop' mode for (pdf)tex working. So I edited the texexec.ini and changed for tetex set TeXBatchFlag to -int=nonstopmode (it was -int=batchmode) just for a test. With this file: \starttext \input tufte \thisdoesnotexist \stopttext and running texexec error.tex I get: ================================================== [...] ! Undefined control sequence. l.5 \thisdoesnotexist ? R OK, entering \nonstopmode... ! Undefined control sequence. l.8 \stopttext ) ! Emergency stop. <*> &cont-en error.tex No pages of output. ================================================== but now with --batch (that I have changed to nonstopmode) I get ================================================== [...] language : patterns 2:2-en-2 4:2-de-2 5:2-fr-2 loaded specials : tex,postscript,rokicki loaded system : error.top loaded (./error.top run time : 1 seconds total run time : 1 seconds ================================================== So my question is: how do I get real nonstop mode (as with `R' above but from the beginning) and would you please add this option to texexec? Or is there any way to achieve this without (!) changing the tex file? Patrick