bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5178: marked as done (test for empty bug report fails due to message


From: Emacs bug Tracking System
Subject: bug#5178: marked as done (test for empty bug report fails due to message-mode)
Date: Sun, 13 Dec 2009 23:50:04 +0000

Your message dated Sun, 13 Dec 2009 18:44:27 -0500
with message-id <ohbrubfs4.fsf@fencepost.gnu.org>
and subject line Re: bug#5178: test for empty bug report fails due to 
message-mode
has caused the Emacs bug report #5178,
regarding test for empty bug report fails due to message-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5178: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5178
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: test for empty bug report fails due to message-mode Date: Thu, 10 Dec 2009 20:25:41 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Severity: minor

(With the current CVS trunk.)

M-x report-emacs-bug checks for an empty bug report before sending.
It does this by comparing the original bug buffer text with the buffer
contents at the time of sending.

The check fails with message-mode, because message-mode sorts the
message headers (!) before calling message-send-hook, thus changing
the buffer contents. There is no obvious way to disable this sorting,
nor does there seem to be any message hook that runs before the sort.



--- End Message ---
--- Begin Message --- Subject: Re: bug#5178: test for empty bug report fails due to message-mode Date: Sun, 13 Dec 2009 18:44:27 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
  * mail/emacsbug.el (report-emacs-bug): In message-mode, sort manually
  before storing original report text.

--- End Message ---

reply via email to

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