From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28065 Path: main.gmane.org!not-for-mail From: "BrYan P. Johnson" Newsgroups: gmane.emacs.gnus.general Subject: Re: BBDB Date: 10 Dec 1999 09:45:46 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035164977 27860 80.91.224.250 (21 Oct 2002 01:49:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:49:37 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA24900 for ; Fri, 10 Dec 1999 09:47:46 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB26705; Fri, 10 Dec 1999 08:47:06 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 10 Dec 1999 08:47:08 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA12367 for ; Fri, 10 Dec 1999 08:46:55 -0600 (CST) Original-Received: from honky.eng.mindspring.net (honky.eng.mindspring.net [207.69.192.164]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA24886 for ; Fri, 10 Dec 1999 09:46:32 -0500 (EST) Original-Received: (from beej@localhost) by honky.eng.mindspring.net (8.9.3/8.9.3) id JAA24615; Fri, 10 Dec 1999 09:45:46 -0500 Original-To: ding@gnus.org In-Reply-To: Jochen Lillich's message of "10 Dec 1999 14:54:28 +0100" Original-Lines: 32 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.1 (20 Minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28065 Jochen Lillich writes: > Another question: > > Can I configure gnus/BBDB in such a way that I can type a short mail > alias as "To:" and gnus gets the real address from BBDB before sending > the mail? > > Best regards, > Jochen > > -- > *** Linux BBS: Die deutsche Website fuer Linux-News und -Infos *** > http://www.linuxbbs.org/ > Certainly. The command is bbdb-complete-name. Kai Großjohann has written message-x.el which adds this and other types of message header completion. Also, since I don't keep everyone in my bbdb, I'd like to use abbrev for domains. So I've added this bit of advice: (defadvice bbdb-complete-name (after bbdb-complete-name-default-domain activate) (let* ((completed ad-return-value)) (if (null completed) (expand-abbrev) ) ) ) BrYan -- Some people just can't eat cheese.