From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: `report-emacs-bug' and mail-user-agent (was: 24.3.50; Timer firing after being canceled) Date: Mon, 08 Apr 2013 22:12:50 +0200 Message-ID: <87ip3w3hod.fsf_-_@web.de> References: <87ip3yw217.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365451985 11149 80.91.229.3 (8 Apr 2013 20:13:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2013 20:13:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 08 22:13:09 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UPIR7-0006Xy-N9 for ged-emacs-devel@m.gmane.org; Mon, 08 Apr 2013 22:13:05 +0200 Original-Received: from localhost ([::1]:60509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPIR7-0001HP-8G for ged-emacs-devel@m.gmane.org; Mon, 08 Apr 2013 16:13:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPIR0-0001E2-EP for emacs-devel@gnu.org; Mon, 08 Apr 2013 16:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPIQv-0000xC-RK for emacs-devel@gnu.org; Mon, 08 Apr 2013 16:12:58 -0400 Original-Received: from mout.web.de ([212.227.15.3]:60775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPIQv-0000vw-If for emacs-devel@gnu.org; Mon, 08 Apr 2013 16:12:53 -0400 Original-Received: from drachen.dragon ([92.74.136.91]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0M1XE9-1Uj2F938iP-00twb7; Mon, 08 Apr 2013 22:12:51 +0200 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Sun, 07 Apr 2013 18:47:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V02:K0:1/CqEzZNSKarqzAtPDPYloSC3Evveracfw9lWQwv4rv j92Oj7ma5IOBHlYblQw4cvrbKI+UCs6TuD9q6eOSDzBPAzT9KY lCFxzkmB07OOA29Jo1RjMfGwBVwB6MaxH8uwgCys8l0JU16pjL 6Zzoaq2VcMSUrBhhbe/H4RtygDRXP1/xXV8y+CbhLvuJW6/z2J jJ/iJo0H4R2ZNyfYLBLULySdgUHIlHZg2lZAn8hM4A= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158781 Archived-At: Stefan Monnier writes: > AFAICT you sent it to emacs-devel rather than to bug-gnu-emacs, so it's > not "a report". Oops. I have mail-user-agent == 'gnus-user-agent. When I call `report-emacs-bug' while Gnus is running, the TO header of the bug report will not be the bug address, but some mailing list currently visited. That's not good. I'll try to find out why this happens. Regards, Michael.