Vladimir G. Ivanovic <vladimir(a)acm.org> writes:
Running XEmacs thusly
xemacs -vanilla -eval "(add-hook 'text-mode-hook
'turn-on-auto-fill)"
produces this error
Signaling: (end-of-buffer)
fill-region-as-paragraph(3809 4025 left nosqueeze)
fill-region(3809 4025 left nosqueeze)
fill-flowed()
mm-inline-text((#<buffer " *mm*"> ("text/plain" (charset .
"us-ascii") (format . "flowed")) 7bit nil nil nil nil nil))
mm-display-inline((#<buffer " *mm*"> ("text/plain"
(charset . "us-ascii") (format . "flowed")) 7bit nil nil nil nil
nil))
mm-display-part((#<buffer " *mm*"> ("text/plain" (charset
. "us-ascii") (format . "flowed")) 7bit nil nil nil nil nil))
I could reproduce the same error with XEmacs-21.4.8, CVS MH-E and
Gnus-5.8.8. However if Gnus from CVS is used then the error
doesn't happen.
MH-E uses Gnus' MIME display code. The call to mm-display-part is
where Gnus is invoked and that itself seems fine. The contents of
the " *mm*" buffer is also consistent with the mail being
displayed.
Could you upgrade your Gnus?
Satyaki