From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84049 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Avoiding error about undefined function bbdb-insinuate-sendmail Date: Sun, 12 Jan 2014 16:59:48 +0100 Organization: Probably a good idea Message-ID: <877ga542dn.fsf@dod.no> References: <87d2rnbvnr.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389542457 14935 80.91.229.3 (12 Jan 2014 16:00:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 16:00:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32301@lists.math.uh.edu Sun Jan 12 17:01:01 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W2NTA-00028Q-Q4 for ding-account@gmane.org; Sun, 12 Jan 2014 17:01:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1W2NSR-0005QZ-Ep; Sun, 12 Jan 2014 10:00:15 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1W2NSP-0005QM-OM for ding@lists.math.uh.edu; Sun, 12 Jan 2014 10:00:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W2NSE-0004CZ-3q for ding@lists.math.uh.edu; Sun, 12 Jan 2014 10:00:13 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W2NSC-0000Om-4A for ding@gnus.org; Sun, 12 Jan 2014 17:00:00 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2NSB-0001Tz-Lw for ding@gnus.org; Sun, 12 Jan 2014 16:59:59 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jan 2014 16:59:59 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jan 2014 16:59:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:UNUWvYJCzoxXoSrAJtDoRWJ+/EY= X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84049 Archived-At: >>>>> On Sat, 15 Jun 2013 10:55:20 +0200, Steinar Bang 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...)