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

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

Re: adaptive-fill bug?


From: Katsumi Yamaoka
Subject: Re: adaptive-fill bug?
Date: Tue, 07 Jun 2005 19:44:09 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>> In [emacs-w3m : No.08153] Katsumi Yamaoka wrote:

> (with-temp-buffer
>   (insert-char ?- 70)
>   (let ((fill-column 70)
>       (adaptive-fill-mode t))
>     (fill-region (point-min) (point-max))))
>  => "fill-prefix too long for specified width"

No problem in Emacs 21.  The cause seems to be the following:

2001-10-30  Stefan Monnier  <address@hidden>
[...]
        (paragraph-start): Change default to the `text-mode' value.




reply via email to

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