From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nyc4bos@aol.com Newsgroups: gmane.emacs.devel Subject: Re: bug with the GNU ELPA debbugs-gnu.el package or with my settings? Date: Thu, 16 Feb 2012 14:19:58 -0500 Message-ID: <84zkcia8m9.fsf@aol.com> References: <87wr7msx59.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329440413 16601 80.91.229.3 (17 Feb 2012 01:00:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Feb 2012 01:00:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 17 02:00:12 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RyCBH-0003En-VV for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2012 02:00:12 +0100 Original-Received: from localhost ([::1]:60630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyCBH-0003cD-Cc for ged-emacs-devel@m.gmane.org; Thu, 16 Feb 2012 20:00:11 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyCBF-0003ay-1Y for emacs-devel@gnu.org; Thu, 16 Feb 2012 20:00:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyCBC-0000pw-Os for emacs-devel@gnu.org; Thu, 16 Feb 2012 20:00:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:43446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyCBC-0000oO-Bt for emacs-devel@gnu.org; Thu, 16 Feb 2012 20:00:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RyCB9-00037L-Kn for emacs-devel@gnu.org; Fri, 17 Feb 2012 02:00:03 +0100 Original-Received: from 173-13-86-254-newengland.hfc.comcastbusiness.net ([173.13.86.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2012 02:00:03 +0100 Original-Received: from nyc4bos by 173-13-86-254-newengland.hfc.comcastbusiness.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2012 02:00:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 173-13-86-254-newengland.hfc.comcastbusiness.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) Cancel-Lock: sha1:DSAme8K8kahoHHaXBDxJfXP2tEM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.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:148639 Archived-At: Ted Zlatanov writes: > When I try to send a control message, I get the error: > > funcall: Symbol's function definition is void: smptmail-send-it Is this a typo? It should be "smtpmail-send-it" (That's SMTPmail-send-it not SMPTmail-send-it) [Aside: in feedmail.el, the comment it has: ;; feedmail-buffer-to-smptmail Should be: ;; feedmail-buffer-to-smtpmail I'll fill out a bug report for this documentation bug (typo) but somehow I feel kinda silly doing it for something so minor in the comments...] > > which is caused by `debbugs-gnu-send-control-message', line: > > (funcall send-mail-function) > > I put (debug send-mail-function) in the function and it is > `smtpmail-send-it'. In addition, when I replaced the funcall with > (smtpmail-send-it), things worked. So I'm not sure what's going on, and > if this is a bug with debbugs-gnu.el or with my settings. I thought > normally (function) was equivalent to (funcall variable-with-function-symbol) > > Thanks > Ted