>>>>> 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  <[EMAIL PROTECTED]>
[...]
        (paragraph-start): Change default to the `text-mode' value.


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to