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: Thu, 09 Jun 2005 20:14:49 +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"

> Is it reasonable that the form causes an error?  Similar errors
> have occurred when decoding the text/enriched MIME messages which
> contain long dash lines.  The enriched-decode function which runs
> fill-region is performed then.

> Though we can solve it for that case by binding adaptive-fill-mode
> to nil, I'm hesitating to do so.  I appreciate any comment.

I've implemented it in Gnus and SEMI.  Probably it is not necessary
to turn on the adaptive-fill-mode to decode text/enriched messages.

Regards,




reply via email to

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