Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: Avoiding error about undefined function bbdb-insinuate-sendmail
Date: Sun, 12 Jan 2014 16:59:48 +0100	[thread overview]
Message-ID: <877ga542dn.fsf@dod.no> (raw)
In-Reply-To: <87d2rnbvnr.fsf@dod.no>

>>>>> On Sat, 15 Jun 2013 10:55:20 +0200, Steinar Bang <sb@dod.no> said:

> When I switched to the MELPA version of bbdb, I've gotten the message
>  run-hooks: Autoloading failed to define function bbdb-insinuate-sendmail
> every time I started composing the message.

I have been running my own branch with merges from origin/master since
then, and the only thing that keeps me from being on master, is this
little change:

sb@edwards:~/git/gnus$ git diff origin/master
diff --git a/lisp/gnus-setup.el b/lisp/gnus-setup.el
index c8560e3..7ef8dc5 100644
--- a/lisp/gnus-setup.el
+++ b/lisp/gnus-setup.el
@@ -59,7 +59,7 @@
   "Set this if you want to use MH-E for mail reading.")
 (defvar gnus-use-rmail nil
   "Set this if you want to use RMAIL for mail reading.")
-(defvar gnus-use-sendmail t
+(defvar gnus-use-sendmail nil
   "Set this if you want to use SENDMAIL for mail reading.")
 (defvar gnus-use-vm nil
   "Set this if you want to use the VM package for mail reading.")

I recently did a detour on master, and the "run-hooks: Autoloading
failed to define function bbdb-insinuate-sendmail" message in the
minibuffer, when replying to messages, was back.

Could I get this setting swapped in master, please?

(I don't even know what it means to use SENDMAIL for mail reading...?
Using it for sending, I could understand, but for reading...)




  parent reply	other threads:[~2014-01-12 15:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-15  8:55 Steinar Bang
2013-06-15  9:01 ` Steinar Bang
2014-01-12 15:59 ` Steinar Bang [this message]
2014-01-18 18:45   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ga542dn.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).