From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68286 Path: news.gmane.org!not-for-mail From: Jim Burton Newsgroups: gmane.emacs.gnus.general Subject: Re: BBDB and the message buffer Date: Wed, 11 Feb 2009 20:44:30 +0000 Message-ID: <87fxikhehl.fsf@sdf-eu.org> References: <87bpt8lsxa.fsf@sdf-eu.org> <873aek67qo.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234386397 21029 80.91.229.12 (11 Feb 2009 21:06:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 21:06:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16727@lists.math.uh.edu Wed Feb 11 22:07:52 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 1LXMIr-0004K6-IV for ding-account@gmane.org; Wed, 11 Feb 2009 22:07:29 +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 1LXMHC-000270-BQ; Wed, 11 Feb 2009 15:05:46 -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 1LXMHB-00026l-0S for ding@lists.math.uh.edu; Wed, 11 Feb 2009 15:05:45 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LXMH8-00025e-EL for ding@lists.math.uh.edu; Wed, 11 Feb 2009 15:05:44 -0600 Original-Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LXMHS-0007ax-00 for ; Wed, 11 Feb 2009 22:06:02 +0100 Original-Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090211210511.WJKE7670.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Wed, 11 Feb 2009 21:05:11 +0000 Original-Received: from daisy ([81.108.250.25]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090211210511.IAAI21638.aamtaout02-winn.ispmail.ntl.com@daisy> for ; Wed, 11 Feb 2009 21:05:11 +0000 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Cloudmark-Analysis: v=1.0 c=1 a=F1qFtp3FJZFSFSldDpcA:9 a=orUuFWQ69ki5feJBLZifXYh2OIIA:4 a=eZLSmJVMEtUA:10 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68286 Archived-At: Reiner wrote: > On Wed, Feb 11 2009, Jim Burton wrote: > > > 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? > > BBDB completion is already done via TAB, so why need a different > binding? > Hi Reiner, thanks for that...I thought you needed to set it up yourself. > > I would also like point to be after the colon in the first line ("To: > > ") -- how can I manage this? > > It is for me when I press `m'. > There was something fishy going on with message buffers, but it's fixed. (The problem was this, that I pasted from somewhere: ;;save copies of sent mail (setq gnus-message-archive-group '(concat "mail." (format-time-string "%Y-%m"))) which sounds nice but was giving this error whenever I opened a message buffer: Debugger entered--Lisp error: (wrong-type-argument listp concat) gnus-inews-insert-archive-gcc() run-hooks(message-header-setup-hook) message-setup-1(((To . "") (Subject . "")) nil nil) message-setup(((To . "") (Subject . "")) nil nil nil nil) message-mail() gnus-group-mail(nil) call-interactively(gnus-group-mail nil nil) > Bye, Reiner. Thanks, Jim