From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8999 invoked from network); 23 Aug 2006 12:07:02 -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; 23 Aug 2006 12:07:02 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 90790 invoked from network); 23 Aug 2006 12:06:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Aug 2006 12:06:54 -0000 Received: (qmail 9587 invoked by alias); 23 Aug 2006 12:06:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10640 Received: (qmail 9574 invoked from network); 23 Aug 2006 12:06:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Aug 2006 12:06:44 -0000 Received: (qmail 89412 invoked from network); 23 Aug 2006 12:06:44 -0000 Received: from mail-gw11.credit-suisse.com (198.240.212.24) by a.mx.sunsite.dk with SMTP; 23 Aug 2006 12:06:42 -0000 Received: by mail-gw11.credit-suisse.com; Wed, 23 Aug 2006 14:06:24 +0200 (MEST) Message-Id: <44EC60C40200001A000068B4@zh02.cbintra.net> X-Mailer: Novell GroupWise Internet Agent 7.0.1 Date: Wed, 23 Aug 2006 14:05:56 +0200 From: "Mika Borner" To: Subject: Stuck with completion Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam: 0% (whitelisted) I'm stuck with my first completion I want to limit a completion style for commands using the _fmri matcher. But when I use following settings, all commands will use the _fmri matcher... What's wrong? Comlpetion does work correctly, when not defining these zstyles. zstyle ':completion:*' completer _fmri zstyle ':completion:*:*:*:*:fmri' matcher-list 'm:{a-z}={A-Z} m:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=** l:|=*' 'm:{a-z}={A-Z}' zstyle ':completion:*:fmri:*' menu select 20 ------------------------------------------------------------------------- This message is intended for the addressee only and may contain confidential or privileged information. If you are not the intended receiver, any disclosure, copying to any person or any action taken or omitted to be taken in reliance on this e-mail, is prohibited and may be un- lawful. You must therefore delete this e-mail. Internet communications may not be secure or error-free and may contain viruses. They may be subject to possible data corruption, accidental or on purpose. This e-mail is not and should not be construed as an offer or the solicitation of an offer to purchase or subscribe or sell or redeem any investments. -------------------------------------------------------------------------