From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7451 invoked from network); 6 Aug 2006 03:21:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Aug 2006 03:21:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81495 invoked from network); 6 Aug 2006 03:21:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Aug 2006 03:21:52 -0000 Received: (qmail 18240 invoked by alias); 6 Aug 2006 03:21:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10581 Received: (qmail 18230 invoked from network); 6 Aug 2006 03:21:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Aug 2006 03:21:44 -0000 Received: (qmail 80381 invoked from network); 6 Aug 2006 03:21:44 -0000 Received: from berlioz.imada.sdu.dk (130.225.128.12) by a.mx.sunsite.dk with SMTP; 6 Aug 2006 03:21:44 -0000 Received: from localhost (localhost [127.0.0.1]) by localhost.imada.sdu.dk (Postfix) with ESMTP id BBF3862712 for ; Sun, 6 Aug 2006 05:21:43 +0200 (CEST) Received: from berlioz.imada.sdu.dk ([127.0.0.1]) by localhost (berlioz.imada.sdu.dk [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 03042-03 for ; Sun, 6 Aug 2006 03:21:43 +0000 (UTC) Received: from erda (erda.imada.sdu.dk [130.225.128.195]) by berlioz.imada.sdu.dk (Postfix) with SMTP id 4CF8F62700 for ; Sun, 6 Aug 2006 05:21:43 +0200 (CEST) Received: by erda (sSMTP sendmail emulation); Sun, 6 Aug 2006 05:21:43 +0200 Date: Sun, 6 Aug 2006 05:21:43 +0200 From: Thor Andreassen To: zsh-users@sunsite.dk Subject: Re: autocompletion of file url's Message-ID: <20060806032143.GA18001@imada.sdu.dk> Mail-Followup-To: zsh-users@sunsite.dk References: <44D11FDF.5060000@sheffield.ac.uk> <20060802223421.a65ccae4.p.w.stephenson@ntlworld.com> <44D1C210.3020302@sheffield.ac.uk> <44D1CB6A.6060908@sheffield.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D1CB6A.6060908@sheffield.ac.uk> X-Virus-Scanned: by amavisd-new at imada.sdu.dk On Thu, Aug 03, 2006 at 11:09:46AM +0100, Nathan Haigh wrote: [...] > However, I'm experiencing 1 little hiccup: having the 2 line above > uncommented seem to stop a command working which  allow autocompletion > to be a little more forgiving with regards to case:
> compctl -M '' 'm:{_a-z-}={-A-Z_}'
You should be able to use this instead: zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' [...] Please refrain from sending html mails. -- with kind regards Thor Andreassen