From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9999 Path: main.gmane.org!not-for-mail From: Christopher Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: DWIM fix to message.el (TAB handling) Date: 26 Feb 1997 10:00:35 -0500 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149938 21756 80.91.224.250 (20 Oct 2002 21:38:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:58 +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 HAA31998 for ; Wed, 26 Feb 1997 07:35:12 -0800 Original-Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 26 Feb 1997 16:01:39 +0100 Original-Received: (from ckd@localhost) by loiosh.kei.com (8.8.5/8.8.5) id KAA28762; Wed, 26 Feb 1997 10:00:35 -0500 (EST) Original-To: ding@ifi.uio.no In-Reply-To: grossjohann@charly.informatik.uni-dortmund.de's message of 26 Feb 97 10:33:42 GMT X-Mailer: Gnus v5.4.15/XEmacs 19.15 X-Face: I8Alb*-ZdjN\/8k_QR,^l^m6GQB'S-B:}DVP].1HOw#tx:TX$k;Wl;4zqjWR|-jheM#?&be Rf(!|0b0m=M ~=%.Am>"QEY.(#Ys.%"s?z,hmwp&y0%p>9+T X-Attribution: ckd Xref: main.gmane.org gmane.emacs.gnus.general:9999 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9999 KG> == Kai Grossjohann KG> I'm always interested in additional stuff to add to KG> message-x-completion-alist. Well, for those of us who don't use BBDB, perhaps something like (untested) (defun message-x-mail-completion () (interactive) (if (fboundp 'bbdb-complete-name) (bbdb-complete-name) (expand-abbrev))) and have the default for to/cc/bcc/resent-to/resent-cc/resent-bcc be that. I agree, though; I'd prefer to see message-x or something like it rolled into message.el.