> Date: Sun, 24 Feb 2013 16:43:25 +0100 > From: Patrice Dumas <pertu...@free.fr> > > > "@set ..." should be removed from text, but excluding the newline, so > > that the above should be processed exactly like this: > > > > @table @code > > @item xx > > @item jj > > @end table > > But then, there is still some trouble for the previous issue, namely a > construct like > > @table @code > @item xx @set f g > ddd > @end table > > For that construct to be equivalent to > > @table @code > @item xx ddd > @end table > > @set is removed together with its end of line.
Why do you need this equivalence? They should only be equivalent if there's a @c at the end of the @set.