From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6107 invoked from network); 9 May 2003 14:13:19 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 May 2003 14:13:19 -0000 Received: (qmail 9108 invoked by alias); 9 May 2003 14:13:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6095 Received: (qmail 9100 invoked from network); 9 May 2003 14:13:00 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 May 2003 14:13:00 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [81.6.215.59] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 May 2003 14:13:0 -0000 Received: by happygiraffe.net (Postfix, from userid 1001) id DA79F5C61; Fri, 9 May 2003 15:12:59 +0100 (BST) Date: Fri, 9 May 2003 15:12:59 +0100 To: zsh-users@sunsite.dk Subject: Re: Perl completion Message-ID: <20030509141259.GA83621@ppe.happygiraffe.net> References: <20030509140206.GA83525@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030509140206.GA83525@ppe.happygiraffe.net> User-Agent: Mutt/1.4.1i From: dom@happygiraffe.net (Dominic Mitchell) On Fri, May 09, 2003 at 03:02:06PM +0100, Dominic Mitchell wrote: > I've just noticed in _perl that it only completes *.p[ml]. Is there a > way that I can change this using zstyle somehow? I would like to also > complete '*.t' files too (perl tests). > > I've had a look at the docs, but I'm still not entirely clear on how > things hang together, I'm afraid... Doh. It's always after you send the mail you find the answer... zstyle ':completion:*:complete:perl:*' file-patterns \ '*.(p[ml]|t):perl-files' '%p:all-files' My apologies, -Dom