From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3205 invoked from network); 17 Aug 2001 14:36:25 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Aug 2001 14:36:25 -0000 Received: (qmail 23879 invoked by alias); 17 Aug 2001 14:36:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15655 Received: (qmail 23868 invoked from network); 17 Aug 2001 14:36:16 -0000 From: Bart Schaefer Message-Id: <1010817143606.ZM13860@candle.brasslantern.com> Date: Fri, 17 Aug 2001 14:36:06 +0000 In-Reply-To: <15228.57578.582005.656806@gargle.gargle.HOWL> Comments: In reply to Sven Wischnowsky "Re: Bug in _approximate with ~/" (Aug 17, 11:16am) References: <1010816174501.ZM12190@candle.brasslantern.com> <15228.57578.582005.656806@gargle.gargle.HOWL> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.dk Subject: Re: Bug in _approximate with ~/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 17, 11:16am, Sven Wischnowsky wrote: } } Bart Schaefer wrote: } } > the other completions that are attempted in command position are this } > intelligent -- they all interpret `(#a1)~/test/f' as `(#a1)()~/test/f', } > that is, allow one correction to the empty string as long as that does } > not match `/test/f'. Consequently you get all the one-letter commands, } } Hmhm. To be fixed in C-code where the globbing flags are moved } farther into the prefix if needed. Is that really right? What if I actually type `(#a1)~/test/f' before I hit TAB? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net