Am 17.10.2010 um 19:58 schrieb Aditya Mahajan:

> I wanted something that will work consistently in MkII and MkIV. I can do:
> 
> \doifmodeelse{\s!mkii}
>  {\let\ReadFilter\ReadFile}
>  {\def\ReadFilter#1{\doreadfile{any}\empty{#1}\donothing\donothing}}
> 
> but, I wanted to avoid such things if possible :-/

Does this work:

\def\ReadFilter#1%
  {\readsetfile{/tmp/}{#1}\donothing\donothing}

> (BTW, why is system mode *mkii not set in MkII?)

Maybe Hans forgot it for mkii but it doesn’t matter whether mkii/mkiv is a 
normal mode or a system mode.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to