From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23681 invoked from network); 25 Feb 2006 00:56:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Feb 2006 00:56:54 -0000 Received: (qmail 36237 invoked from network); 25 Feb 2006 00:56:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Feb 2006 00:56:48 -0000 Received: (qmail 13574 invoked by alias); 25 Feb 2006 00:56:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22300 Received: (qmail 13564 invoked from network); 25 Feb 2006 00:56:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Feb 2006 00:56:40 -0000 Received: (qmail 35551 invoked from network); 25 Feb 2006 00:56:40 -0000 Received: from mta1.prod1.dngr.net (HELO mfe1.prod.danger.com) (216.220.209.220) by a.mx.sunsite.dk with SMTP; 25 Feb 2006 00:56:38 -0000 Received: from [10.253.1.252] (HELO localhost.localdomain) by mfe1.prod.danger.com (CommuniGate Pro SMTP 4.1.6) with ESMTP id 556454905 for zsh-workers@sunsite.dk; Fri, 24 Feb 2006 16:56:35 -0800 Date: Fri, 24 Feb 2006 16:56:32 -0800 Subject: Re: problem with _expand (I think) X-Mailer: Danger Service X-Danger-Send-Id: AABZE0P/q0MAAYbZ Content-Transfer-Encoding: 7bit In-Reply-To: <20060224222003.GB29221@dot.blorf.net> Content-Type: text/plain; charset="us-ascii"; format="flowed" To: zsh-workers@sunsite.dk Mime-Version: 1.0 References: <20060224222003.GB29221@dot.blorf.net> From: Barton Schaefer Message-Id: <1140828995.123EA699@fb8.dngr.org> On Fri, 24 Feb 2006 3:02pm, Wayne Davison wrote: > Here's something strange where a global alias of mine seems to be > skipped by _expand in certain circumstances. One of the first things that _main_complete does is "setopt NO_aliases". Perhaps _expand needs to "setopt aliases"?