On Thu, 3 May 2007, Peter Münster wrote: > On Thu, 3 May 2007, Wolfgang Schuster wrote: > >> \Test[Foo]{FOO}{Say foo to me.} >> \def\FOO{FOO\setbox\scratchbox\hbox{\Foo}} > > Nice, thanks! > > Nevertheless, here a little feature request: > \cap{this is cap \unsetcap{this is normal} this is cap again} \nocap ... for example \def\test {\cap{This is cap \nocap{this is no cap} this is cap}} \starttext {\bf \test} {\ss \test} \stoptext Aditya