On Tue, Sep 26, 2000 at 07:01:29PM -0700, Joey Hess wrote:
> Wml (2.0.4) is hanging forever again. This time I am building
> News/weekly/2000/7/mail.wml and News/weekly/2000/17/mail.wml.
> 
> [EMAIL PROTECTED]:~/debian/weekly/2000/7>wml -q -D CUR_YEAR=2000
> -DWML_SRC_REALNAME="Joey Hess" -DWML_SRC_USERNAME=joeyh -o
> UNDEFuEN:[EMAIL PROTECTED] -v9
> ** WML:Verbose: Reading RC file: /home/joey/debian/webwml/english/.wmlrc
> 
> Seems to hang here forever spinning (or at least for 10 minutes),
[...]

Indeed, wml freezes with <pre>..</pre> surrounding large text blocks,
grrr. The patch below fixes this bug.

--- wml_backend/p8_htmlstrip/htmlstrip.src      2000/08/01 21:33:18     1.8
+++ wml_backend/p8_htmlstrip/htmlstrip.src      2000/09/28 08:22:15
@@ -306,6 +306,7 @@
             }
             else {
                 $INPUT = $curtag . $epilog . $NEXT;
+                $chunksize += $opt_b;
                 last;
             }
Denis 

Reply via email to