From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15164 invoked from network); 8 Mar 2006 07:57:48 -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=AWL,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; 8 Mar 2006 07:57:48 -0000 Received: (qmail 90626 invoked from network); 8 Mar 2006 07:57:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Mar 2006 07:57:42 -0000 Received: (qmail 5364 invoked by alias); 8 Mar 2006 07:57:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22334 Received: (qmail 5355 invoked from network); 8 Mar 2006 07:57:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Mar 2006 07:57:39 -0000 Received: (qmail 90290 invoked from network); 8 Mar 2006 07:57:39 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 8 Mar 2006 07:57:37 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id A5CB1EF1; Tue, 7 Mar 2006 23:57:36 -0800 (PST) Date: Tue, 7 Mar 2006 23:57:36 -0800 From: Wayne Davison To: Barton Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: problem with _expand (I think) Message-ID: <20060308075736.GD23512@dot.blorf.net> References: <20060224222003.GB29221@dot.blorf.net> <1140828995.123EA699@fb8.dngr.org> <20060225093618.GA8357@dot.blorf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060225093618.GA8357@dot.blorf.net> User-Agent: Mutt/1.5.11+cvs20060126 On Sat, Feb 25, 2006 at 01:36:18AM -0800, Wayne Davison wrote: > I managed to tweak _expand to avoid the problem, but I > don't know if my change is the right solution or not. Since this change fixes the problem and seems reasonable to me, I went ahead and committed it. If it's incomplete or could be done in a better way, I'm sure someone will feel free to improve on it. ..wayne..