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

Re: adaptive-fill bug?



>>>>> 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  <monnier@xx.xxxx.xxx>
[...]
	(paragraph-start): Change default to the `text-mode' value.