Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Avoiding error about undefined function bbdb-insinuate-sendmail
Date: Sat, 15 Jun 2013 10:55:20 +0200	[thread overview]
Message-ID: <87d2rnbvnr.fsf@dod.no> (raw)

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.

In addition to the error message, the following annoying things were
happening: 
 - the cursor was been positioned to the far right of the "To" line
   (overlapping the "T")
 - when forwarding messages, the forwarded message wasn't inserted into
   the message composition buffer
 - when replying to a message, the quoted message was b0rked

What I did was to change the value of gnus-use-sendmail from t to nil (I
haven't used sendmail to send messages from Gnus for,... like,
ages...!):
 https://github.com/steinarb/gnus-patches/commit/6adfc5d6e18800b2862a23160f83ba14623cc648

To apply the change:
 git checkout master
 git pull
 git remote add sb-patches https://github.com/steinarb/gnus-patches.git
 git fetch sb-patches
 git merge sb-patches/avoid-error-message-about-undefined-function-bbdb-insinuate-sendmail

...or just change the "t" to a "nil"... whatever seems most appropriate...




             reply	other threads:[~2013-06-15  8:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-15  8:55 Steinar Bang [this message]
2013-06-15  9:01 ` Steinar Bang
2014-01-12 15:59 ` Steinar Bang
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=87d2rnbvnr.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).