From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9968 Path: main.gmane.org!not-for-mail From: Hans de Graaff Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus & BBDB Date: 20 Feb 1997 11:21:39 +0100 Sender: graaff@duticai.twi.tudelft.nl Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.101) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149913 21623 80.91.224.250 (20 Oct 2002 21:38:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:33 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id CAA17384 for ; Thu, 20 Feb 1997 02:43:55 -0800 Original-Received: from duticai.twi.tudelft.nl (duticai.twi.tudelft.nl [130.161.159.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 20 Feb 1997 11:21:57 +0100 Original-Received: from dutifp.twi.tudelft.nl (dutifp [130.161.159.118]) by duticai.twi.tudelft.nl (8.8.5/8.8.5) with ESMTP id LAA18024 for ; Thu, 20 Feb 1997 11:21:55 +0100 (MET) Original-Received: (from graaff@localhost) by dutifp.twi.tudelft.nl (8.8.5/8.8.5) id LAA10693; Thu, 20 Feb 1997 11:21:45 +0100 (MET) Original-To: ding@ifi.uio.no X-Url: http://is.twi.tudelft.nl/~graaff/ X-Face: ,i^c$X{l+r}VV%(bl{^[ writes: > I can see that BBDB adds new addresses that I receive mail from to the > database. Which is what I want. But when sending mail I don't seem to > be able to use the database. > > Ideally I would like to get: > - Mail address completion when sending mail (using e.g. M-TAB) (defun bbdb-insinuate-message () "Call this function to hook BBDB completion into message" (define-key message-mode-map "\M-\t" 'bbdb-complete-name)) (add-hook 'message-mode-hook 'bbdb-insinuate-message) Hans