From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10247 invoked from network); 27 May 2009 18:46:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 27 May 2009 18:46:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89454 invoked from network); 27 May 2009 18:46:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 May 2009 18:46:44 -0000 Received: (qmail 3916 invoked by alias); 27 May 2009 18:46:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27004 Received: (qmail 3897 invoked from network); 27 May 2009 18:46:39 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 May 2009 18:46:39 -0000 Received: from QMTA05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by bifrost.dotsrc.org (Postfix) with ESMTP id 884A88027106 for ; Wed, 27 May 2009 20:46:34 +0200 (CEST) Received: from OMTA08.westchester.pa.mail.comcast.net ([76.96.62.12]) by QMTA05.westchester.pa.mail.comcast.net with comcast id wZi41b0020Fqzac55imacQ; Wed, 27 May 2009 18:46:34 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA08.westchester.pa.mail.comcast.net with comcast id wima1b0085M2Np63Uiman5; Wed, 27 May 2009 18:46:34 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 1E8DEB30147 for ; Wed, 27 May 2009 14:46:33 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id EDDD19FC61B; Wed, 27 May 2009 14:46:32 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: file completion problem in 4.3.9-dev-2 Reply-To: gak@klanderman.net Date: Wed, 27 May 2009 14:46:32 -0400 In-Reply-To: <2d460de70905270945v7056e10cuc880175ff936c3ef@mail.gmail.com> (Richard Hartmann's message of "Wed, 27 May 2009 18:45:03 +0200") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <18925.59426.988752.584683@gargle.gargle.HOWL> <2d460de70905270945v7056e10cuc880175ff936c3ef@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9397/Wed May 27 16:48:50 2009 on bifrost X-Virus-Status: Clean >>>>> Richard Hartmann writes: > Unless there is an update on this, I would add this to the bug tracker. > Any nays? OK by me. Is the bug tracker publicly available yet? BTW, Bart said he couldn't reproduce it on another thread ("another file completion problem in 4.3.9-dev-2") and I have not gotten back to look into it further. I certainly plan to dig into it further at some point, but since it'll probably require some effort, I'm planning to focus on a couple other things first with my scarce zsh hacking time. greg