From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6237 invoked from network); 9 May 2003 14:02:37 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 May 2003 14:02:37 -0000 Received: (qmail 5626 invoked by alias); 9 May 2003 14:02:08 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6094 Received: (qmail 5615 invoked from network); 9 May 2003 14:02:07 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 May 2003 14:02:07 -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:2:7 -0000 Received: by happygiraffe.net (Postfix, from userid 1001) id 495095C61; Fri, 9 May 2003 15:02:06 +0100 (BST) Date: Fri, 9 May 2003 15:02:06 +0100 From: Dominic Mitchell To: zsh-users@sunsite.dk Subject: Perl completion Message-ID: <20030509140206.GA83525@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i 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... Thanks, -Dom