From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27411 invoked from network); 9 Jul 2001 11:31:55 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jul 2001 11:31:55 -0000 Received: (qmail 13957 invoked by alias); 9 Jul 2001 11:31:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15323 Received: (qmail 13910 invoked from network); 9 Jul 2001 11:31:46 -0000 From: "Bart Schaefer" Message-Id: <1010709112853.ZM19897@candle.brasslantern.com> Date: Mon, 9 Jul 2001 11:28:53 +0000 In-Reply-To: <5.1.0.14.2.20010709113106.025be7e8@imap.local.mscha.com> Comments: In reply to Michael Schaap "RE: Zsh observations" (Jul 9, 11:31am) References: <5.1.0.14.2.20010708192157.03ca2628@imap.local.mscha.com> <5.1.0.14.2.20010709113106.025be7e8@imap.local.mscha.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Michael Schaap Subject: Re: Zsh observations Cc: "ZSH Workers Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 9, 11:31am, Michael Schaap wrote: } } But remember, I've run } % zstyle ':completion::complete:-command-:*' ignored-patterns \ } '*.(#i)(exe|dll)' } on your advice. Hmm, looks like you might want to change that to '*.(#i)(exe|dll|ini).' In fact, you could just change it to '*.???'. Then try adding the _ignored completer somewhere near the end of your completer zstyle, e.g. zstyle ':completion:*' completer _complete _ignored which will complete the ignored patterns iff there are no other matches. BTW, if Sven is reading this: Looking at _complete_debug output, I see that the ignored-patterns end up repeated twice in the setting of _comp_ignore in _path_files at line 93. Shouldn't make any difference, but seems odd. -- 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