From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68283 Path: news.gmane.org!not-for-mail From: Jim Burton Newsgroups: gmane.emacs.gnus.general Subject: BBDB and the message buffer Date: Wed, 11 Feb 2009 18:39:13 +0000 Message-ID: <87bpt8lsxa.fsf@sdf-eu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234377680 20510 80.91.229.12 (11 Feb 2009 18:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 18:41:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16724@lists.math.uh.edu Wed Feb 11 19:42:36 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LXK2P-0005ca-NP for ding-account@gmane.org; Wed, 11 Feb 2009 19:42:21 +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 1LXK0X-0001M1-1L; Wed, 11 Feb 2009 12:40:25 -0600 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 1LXK0V-0001Lg-OE for ding@lists.math.uh.edu; Wed, 11 Feb 2009 12:40:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LXK0R-000553-PY for ding@lists.math.uh.edu; Wed, 11 Feb 2009 12:40:23 -0600 Original-Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LXK0m-0005hS-00 for ; Wed, 11 Feb 2009 19:40:40 +0100 Original-Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090211183947.YSND2989.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Wed, 11 Feb 2009 18:39:47 +0000 Original-Received: from daisy ([81.108.250.25]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090211183947.SYRL2093.aamtaout03-winn.ispmail.ntl.com@daisy> for ; Wed, 11 Feb 2009 18:39:47 +0000 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Cloudmark-Analysis: v=1.0 c=1 a=oY48mJ-wiSfrcW956asA:9 a=CfcT0Rg1hrvduVPO_RF0v_7g0eQA:4 a=50e4U0PicR4A:10 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68283 Archived-At: Hi, I suppose this must be an FAQ bit I can't solve it. How do I bind M-t to bbdb-complete-name in the message buffer? I found this example online and added to my .gnus: (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (setq mail-setup-hook 'bbdb-insinuate-sendmail) (add-hook 'message-setup-hook 'bbdb-insinuate-message) (defun bbdb-insinuate-message () "Call this function to hook BBDB into the message package." (define-key message-mode-map "\M-\t" 'bbdb-complete-name)) ;;;;;;;;; But M-t is bound to aspell...help? (In case this makes any difference, I'm starting a message with 'm'). I would also like point to be after the colon in the first line ("To: ") -- how can I manage this? Thanks, Jim