From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: 4K Bugs Date: Mon, 11 Jan 2016 13:52:40 +0000 Message-ID: <874mek2pg7.fsf@russet.org.uk> References: <87mvszdp6b.fsf@gnus.org> <8737u9kv6f.fsf@russet.org.uk> <87bn8wb54i.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452520392 927 80.91.229.3 (11 Jan 2016 13:53:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2016 13:53:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 11 14:53:04 2016 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 1aIcu2-00029s-DW for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2016 14:52:58 +0100 Original-Received: from localhost ([::1]:54317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIcu1-0001xz-PT for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2016 08:52:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIcts-0001rR-FA for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:52:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIctn-0003oF-Uh for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:52:48 -0500 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:39119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIctn-0003nx-OH for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:52:43 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1aIctl-0000gN-CR; Mon, 11 Jan 2016 13:52:41 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1aIctk-0006jy-Qf; Mon, 11 Jan 2016 13:52:40 +0000 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 8 Jan 2016 14:52:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 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:198023 Archived-At: Lars Magne Ingebrigtsen writes: > phillip.lord@russet.org.uk (Phillip Lord) writes: > >>>> - On none of the debbugs pages are there any obvious menu items or >>>> bug-related functionality. >>> >>> I don't quite follow. Debbugs pages? >> >> Sorry, the buffer you get when you type "debbugs-gnu". > > Yeah, there should be a menu, as Michael said. > >> No. C is asking me how I want to send the mail. I would be expecting it >> just to be use message-mode and my normal config. > > If `C' is asking how to send an email, then your Emacs hasn't had its > email settings configured... > > I.e., `send-mail-function' hasn't been set. You may have configured the > `message-send-mail-function' instead if you're just sending mail from > Gnus... Ah, yes, that's the cause of the problem. Perhaps, "send-mail-query-once" should check if message-send-mail-function is anything other than send-mail-query-once, and signal an warning in this case. Phil