From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24853 invoked from network); 30 Oct 2008 11:29:08 -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 news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Oct 2008 11:29:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 49541 invoked from network); 30 Oct 2008 11:29:03 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2008 11:29:03 -0000 Received: (qmail 29336 invoked by alias); 30 Oct 2008 11:28:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25957 Received: (qmail 29318 invoked from network); 30 Oct 2008 11:28:56 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Oct 2008 11:28:56 -0000 Received: from n34.bullet.mail.ukl.yahoo.com (n34.bullet.mail.ukl.yahoo.com [87.248.110.167]) by bifrost.dotsrc.org (Postfix) with SMTP id 407AD80524C0 for ; Thu, 30 Oct 2008 12:28:52 +0100 (CET) Received: from [217.146.182.177] by n34.bullet.mail.ukl.yahoo.com with NNFMP; 30 Oct 2008 11:28:52 -0000 Received: from [87.248.110.119] by t3.bullet.ukl.yahoo.com with NNFMP; 30 Oct 2008 11:28:52 -0000 Received: from [127.0.0.1] by omp224.mail.ukl.yahoo.com with NNFMP; 30 Oct 2008 11:28:52 -0000 X-Yahoo-Newman-Id: 316205.37706.bm@omp224.mail.ukl.yahoo.com Received: (qmail 15287 invoked from network); 30 Oct 2008 11:28:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:From:To:Subject:Date:Message-ID; b=oQexlj8LFDkfNQNKwx4LChzGMHv0CLNkWGNOapo2e5IeDou7mxeeZDEGou5WeDMyiOn+fimrz+9e6xEeIbwbv36eEOWI942VERkFqJYYSvHjFeGj+VatNHKswJg9tZ+iez3US9CuP3On9UHCOsO0SgHMwPERT8nqdL5KKTTUTvQ= ; Received: from unknown (HELO thecus) (okiddle@89.60.226.101 with plain) by smtp123.mail.ukl.yahoo.com with SMTP; 30 Oct 2008 11:28:51 -0000 X-YMail-OSG: 6t6_HfsVM1lpF2MjKYT1TTkysLkxiOmorJavaeHcNmn9Cit36En5P3v_MrY5y2MxFf5GfHgUB4aqHJLI8HF34usUfqq6QduT.ekSJ9tfsLFUtP9G6RnpsUIhHmlZXAJXBBny0EFP6hcOgpXc22S9XQzQZDXMEzCx3IqWITw- X-Yahoo-Newman-Property: ymail-3 Received: from localhost ([127.0.0.1] helo=thecus) by thecus with esmtp (Exim 4.63) (envelope-from ) id 1KvVhq-0006GD-LP for zsh-workers@sunsite.dk; Thu, 30 Oct 2008 12:28:50 +0100 From: Oliver Kiddle To: Zsh workers Subject: completion matching problem with 4.3.8 Date: Thu, 30 Oct 2008 12:28:50 +0100 Message-ID: <24068.1225366130@thecus> X-Virus-Scanned: ClamAV 0.92.1/8541/Thu Oct 30 03:54:28 2008 on bifrost X-Virus-Status: Clean There seems to be a problem with matching control. touch PacketDefinitionSAXHandler.h PacketListBox.cpp PacketListBox.h PacketsDialog.h zsh -f autoload -U compinit; compinit zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' : P --> Completes to 'Packets' instead of just 'Packet' Oliver