Werner LEMBERG <[EMAIL PROTECTED]>:
> > But trailing spaces should be safe with 'l' justification (and 
> > leading spaces with 'r') except in the odd circumstance that 
> > the spaces happen to extend past the tab point due to some 
> > wacky point-size change.  I think.
> 
> Well, it can make the results uglier.  For example, this
> 
>   .TS
>   tab (@);
>   l l.
>   [EMAIL PROTECTED]
>   [EMAIL PROTECTED]
>   .TE
> 
>   .TS
>   tab (@);
>   l l.
>   [EMAIL PROTECTED]
>   xxx  @yyy
>   .TE
> 
> gives
> 
>   xxx   yyy
>   xxx   yyy
> 
>   xxx     yyy
>   xxx     yyy

Sorry, I'm not seeing a problem here. As long as both tables have
left-aligned problems, what's the issue?
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>


Reply via email to