all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug with the GNU ELPA debbugs-gnu.el package or with my settings?
@ 2012-02-16 13:52 Ted Zlatanov
  2012-02-16 19:19 ` nyc4bos
  0 siblings, 1 reply; 3+ messages in thread
From: Ted Zlatanov @ 2012-02-16 13:52 UTC (permalink / raw)
  To: emacs-devel

When I try to send a control message, I get the error:

funcall: Symbol's function definition is void: smptmail-send-it

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug with the GNU ELPA debbugs-gnu.el package or with my settings?
  2012-02-16 13:52 bug with the GNU ELPA debbugs-gnu.el package or with my settings? Ted Zlatanov
@ 2012-02-16 19:19 ` nyc4bos
  2012-02-17  3:40   ` Ted Zlatanov
  0 siblings, 1 reply; 3+ messages in thread
From: nyc4bos @ 2012-02-16 19:19 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug with the GNU ELPA debbugs-gnu.el package or with my settings?
  2012-02-16 19:19 ` nyc4bos
@ 2012-02-17  3:40   ` Ted Zlatanov
  0 siblings, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2012-02-17  3:40 UTC (permalink / raw)
  To: emacs-devel

On Thu, 16 Feb 2012 14:19:58 -0500 nyc4bos@aol.com wrote: 

n> Ted Zlatanov <tzz@lifelogs.com> writes:
>> When I try to send a control message, I get the error:
>> 
>> funcall: Symbol's function definition is void: smptmail-send-it

n> Is this a typo?

n> It should be "smtpmail-send-it"

n> (That's SMTPmail-send-it not SMPTmail-send-it)

Ohh it's only obvious AFTER I posted it to emacs-devel.  Cognitive
dissonance at work.  Sorry for the noise!

Ted




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-17  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 13:52 bug with the GNU ELPA debbugs-gnu.el package or with my settings? Ted Zlatanov
2012-02-16 19:19 ` nyc4bos
2012-02-17  3:40   ` Ted Zlatanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.