Re: [NTG-context] letter module: Argument of \dodoubletestempty has an extra }

2009-09-20 Thread Wolfgang Schuster

Hi Peter,

the message you get is a side effect of the buffer code for mkii,
although i have a fix for the context code it won't be applied because
unwanted side effects can't be be guaranteed.

As you should have noticed your example worked in a older release
where i used a different method to store the letter content which
was changed due to some limitations (e.g. \startlines is not possible).

You can force the old processing method with \setupletterstyle 
[method=store].


Other solutions are to add \relay after \startletter because this stops
contexts optional argument grabber or to leave a blank line after  
\startletter.


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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] letter module: Argument of \dodoubletestempty has an extra }

2009-09-20 Thread Peter Münster
Hello,

Here a minimal test file, to reproduce the problem with latest MKII:

% engine=pdftex
\usemodule[letter]
\starttext
\startletter
\subject{Test}
hello
\stopletter
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___