From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14555 invoked from network); 19 Jul 2001 13:48:56 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jul 2001 13:48:56 -0000 Received: (qmail 12208 invoked by alias); 19 Jul 2001 13:48:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15417 Received: (qmail 12195 invoked from network); 19 Jul 2001 13:48:48 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH Workers Mailing List" Subject: ignored-patterns stopped working? Date: Thu, 19 Jul 2001 17:48:44 +0400 Message-ID: <001801c11059$86d9a9b0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal The following did work under cygwin: zstyle ':completion::complete:-command-:* ignored-patterns' *.(#i)(exe|dll) but with latest CVS I get both foo and foo.exe again: (tty0)% gcc Completing external command gcc gcc.exe without any change in setup. -andrej