From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9963 invoked from network); 16 Mar 2000 19:03:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Mar 2000 19:03:41 -0000 Received: (qmail 5722 invoked by alias); 16 Mar 2000 19:03:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10158 Received: (qmail 5672 invoked from network); 16 Mar 2000 19:03:22 -0000 Message-ID: <38D12FE5.F4A56270@u.genie.co.uk> Date: Thu, 16 Mar 2000 19:03:01 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: ignored-patterns giving correction a go Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I added the following to by .zshrc after seeing it in Peter's Zsh Guide as an example: zstyle ':completion:*:functions' ignored-patterns '_*' This is often very useful because I don't get functions beginning with underscores until I've actually typed the underscore. The trouble is that the correction completer gets to have a go before completion is tried without the ignored-patterns so for e.g which _co offers me corrections such as co. Is there any way around this? Oliver