[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: new grohtml patches
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: new grohtml patches |
Date: |
Wed, 05 Nov 2003 13:15:56 +0100 (CET) |
> > Hmm, the actual code is e.g.
> >
> > <p align=center>Figure 6-5: <b>circle fill; move; circle
> > fill 0.4; move; circle</b></p>
> >
> > <p align=center><b>fill 0.9;</b></p>
> >
> > There are neither tabs nor indentation, as far as I can see. I
> > think this should be rather
> >
> > <p align=center>Figure 6-5: <b>circle fill; move; circle
> > fill 0.4; move; circle fill 0.9;</b></p>
>
> yes this is desirable. My comment on the line length set to
> infinity was a general one. But I guess we could set the line
> length temporarily to infinity when we are processing a .ce request
> and nofill == 0. Would there be any side effects if this were done?
Currently I can't find a counterexample.
Werner