>>>>> In >>>>> Pavel@Janik.cz (Pavel Janík) wrote: > I have received attached e-mail, which can not be displayed in Gnus > (from CVS) running in current CVS Emacs. The message > fill-prefix too long for specified width > is shown. fill-column is 75 in my setup. Additional details on > request. I still have this article so I can test your changes. > Debugger entered--Lisp error: (error "fill-prefix too long for sp... > signal(error ("fill-prefix too long for specified width")) > error("fill-prefix too long for specified width") > fill-delete-prefix(1889 # fill-region-as-paragraph(1889 1966 left nosqueeze) > fill-region(1889 1966 left nosqueeze) > fill-flowed() > mm-inline-text((# ("text/plain" (charset . "ISO-8... I'm not sure of myself but I think the value of `fill-prefix' should be controlled by flow-fill.el, however it will be altered by `fill-region-as-paragraph' if it isn't specified. Here's a patch for a tentative plan: