[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: adaptive-fill bug?
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Tue, 07 Jun 2005 19:44:09 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08154
- References: <b9yoeai4lum.fsf@jpl.org>
>>>>> 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.