From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67009 Path: news.gmane.org!not-for-mail From: Dave Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Small change to message-tab to allow completion of mail aliases Date: Fri, 30 May 2008 18:47:43 -0400 Message-ID: <84k5hb76k0.fsf@incoming.verizon.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212187671 3382 80.91.229.12 (30 May 2008 22:47:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 May 2008 22:47:51 +0000 (UTC) Cc: Stephen Eglen To: ding@gnus.org Original-X-From: ding-owner+M15480@lists.math.uh.edu Sat May 31 00:48:32 2008 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 1K2DOg-0002HD-JW for ding-account@gmane.org; Sat, 31 May 2008 00:48:30 +0200 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 1K2DNn-0002Nx-Op; Fri, 30 May 2008 17:47:35 -0500 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 1K2DNm-0002Ne-Ia for ding@lists.math.uh.edu; Fri, 30 May 2008 17:47:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1K2DNh-0004U2-0P for ding@lists.math.uh.edu; Fri, 30 May 2008 17:47:34 -0500 Original-Received: from vms042pub.verizon.net ([206.46.252.42]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1K2DNw-0000c8-00 for ; Sat, 31 May 2008 00:47:45 +0200 Original-Received: from dsg-laptop.verizon.net ([71.126.248.253]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1P00CWODXSV783@vms042.mailsrvcs.net> for ding@gnus.org; Fri, 30 May 2008 17:46:44 -0500 (CDT) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Reiner Steib's message of "Fri, 30 May 2008 19:14:50 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (linux) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67009 Archived-At: >>>>> On Fri, 30 May 2008 19:14:50 +0200, Reiner Steib said: > Does this change have any drawbacks? I always use the bbdb code path, > so I'm not familiar with the current and proposed behavior. >> (defun message-expand-name () >> (cond ((and (memq 'eudc message-expand-name-databases) >> (boundp 'eudc-protocol) >> eudc-protocol) >> (eudc-expand-inline)) >> ((and (memq 'bbdb message-expand-name-databases) >> (fboundp 'bbdb-complete-name)) >> (bbdb-complete-name)) >> (t >> (mail-abbrev-complete-alias)))) >> ;;(expand-abbrev)))) Unless my packages are out of date (entirely possible), mail-abbrev-complete-alias is not available in XEmacs 21.4.21. -- Dave Goldberg david.goldberg6@verizon.net