emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: adaptive-fill bug?


From: Stefan Monnier
Subject: Re: adaptive-fill bug?
Date: Mon, 13 Jun 2005 15:37:47 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     AFAIK, the check is there to make sure we do not use a fill-prefix
>     which matches paragraph-start.  The late-check ensures this without
>     caring where the guessed prefix comes from, so it covers
>     adaptive-fill-regexp matches on both the first and second line (and
>     third line for people like me ;-).

> In the current code, there is one such test in each branch of the (if
> (< (point) to)...) statement.  Thus, neither one makes the other
> redundant.

OK, I've changed my patch so it doesn't change this aspect of the code (it
now only changes the behavior in the presence of really long prefixes).
I've installed it.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]