From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6004 invoked from network); 16 Sep 2004 15:30:43 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 16 Sep 2004 15:30:43 -0000 Received: (qmail 8721 invoked from network); 16 Sep 2004 15:30:37 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 Sep 2004 15:30:37 -0000 Received: (qmail 25962 invoked by alias); 16 Sep 2004 15:30:29 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8002 Received: (qmail 25947 invoked from network); 16 Sep 2004 15:30:28 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 16 Sep 2004 15:30:28 -0000 Received: (qmail 7416 invoked from network); 16 Sep 2004 15:29:30 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 16 Sep 2004 15:29:28 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-4.tower-36.messagelabs.com!1095348532!9345715 X-StarScan-Version: 5.2.10; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 29718 invoked from network); 16 Sep 2004 15:29:20 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-4.tower-36.messagelabs.com with SMTP; 16 Sep 2004 15:29:20 -0000 Received: from trentino.logica.co.uk ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id i8GFL0AI021419 for ; Thu, 16 Sep 2004 16:21:00 +0100 Received: from trentino.logica.co.uk (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id A8F3B791B004 for ; Thu, 16 Sep 2004 17:20:59 +0200 (CEST) X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <200409161430.i8GEUUoK012318@news01.csr.com> From: Oliver Kiddle References: <200409161430.i8GEUUoK012318@news01.csr.com> To: zsh-users@sunsite.dk Subject: Re: Globbing question Date: Thu, 16 Sep 2004 17:20:59 +0200 Message-ID: <27415.1095348059@trentino.logica.co.uk> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Peter wrote: > > The answer to both this and the next question is that unfortunately you > can't use glob qualifiers in ignored patterns. They are handled as > generic patterns, not specifically file patterns. This is rather a > nuisance. I wouldn't say it is a nuisance. You can use the file-patterns style instead to add glob qualifiers where _files is used for completing files. _path_files is used for completing files in this case, however. What we need to ask is why someone should want to complete non-executable files in command position. (I assume it may be related to suffix aliases). The necessary change may then be simple. Or at least it would be if the whole _autocd, _cd stuff wasn't very complicated. Oliver