From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83327 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Avoiding error about undefined function bbdb-insinuate-sendmail Date: Sat, 15 Jun 2013 10:55:20 +0200 Organization: Probably a good idea Message-ID: <87d2rnbvnr.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371286602 17987 80.91.229.3 (15 Jun 2013 08:56:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Jun 2013 08:56:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31593@lists.math.uh.edu Sat Jun 15 10:56:42 2013 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 1UnmHn-00078V-P3 for ding-account@gmane.org; Sat, 15 Jun 2013 10:56:40 +0200 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 1UnmGm-0000bO-1k; Sat, 15 Jun 2013 03:55:36 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UnmGj-0000b3-57 for ding@lists.math.uh.edu; Sat, 15 Jun 2013 03:55:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UnmGh-00024S-Lb for ding@lists.math.uh.edu; Sat, 15 Jun 2013 03:55:33 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UnmGg-0003bi-AV for ding@gnus.org; Sat, 15 Jun 2013 10:55:30 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnmGf-0006QR-DF for ding@gnus.org; Sat, 15 Jun 2013 10:55:29 +0200 Original-Received: from cm-84.208.246.141.getinternet.no ([84.208.246.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jun 2013 10:55:29 +0200 Original-Received: from sb by cm-84.208.246.141.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jun 2013 10:55:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.246.141.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:thizugew9epDtHAysGZthaF5PYI= X-Spam-Score: -2.2 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83327 Archived-At: 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...