From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2256 invoked from network); 3 Oct 2001 04:05:23 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Oct 2001 04:05:23 -0000 Received: (qmail 19658 invoked by alias); 3 Oct 2001 04:05:10 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4318 Received: (qmail 19646 invoked from network); 3 Oct 2001 04:05:07 -0000 From: Bart Schaefer Message-Id: <1011003040449.ZM25370@candle.brasslantern.com> Date: Wed, 3 Oct 2001 04:04:49 +0000 In-Reply-To: <20011002231841.B14325@astaroth.sweth.net> Comments: In reply to Sweth Chandramouli "Re: compctl -g not working" (Oct 2, 11:18pm) References: <20011002225307.A13954@astaroth.sweth.net> <87adz976ru.fsf@ceramic.fifi.org> <20011002231841.B14325@astaroth.sweth.net> X-Mailer: Z-Mail (5.0.0 30July97) To: Sweth Chandramouli , ZSH Users Subject: Re: compctl -g not working MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 2, 11:18pm, Sweth Chandramouli wrote: } Subject: Re: compctl -g not working } } } On Tue, Oct 02, 2001 at 08:16:05PM -0700, Philippe Troin wrote: } > Sweth Chandramouli writes: } > > compctl -g 'RCS/*(:t:s/\,v//)' co } > ^-- remove this backslash } Doesn't help. Checking a little more, I see that none } of my -g completions work, but if I change them all to use -s (which is } a superset of -g), they all work fine. Is there some way I might have } inadvertently disabled glob completion? Glob completion shouldn't have anything to do with it. This is with `zsh -f': zagzig% echo $ZSH_VERSION 4.0.1 zagzig% mkdir RCS; touch RCS/{foo,bar},v zagzig% compctl -g 'RCS/*(:t:s/\,v//)' co zagzig% co bar,v foo,v zagzig% compctl -g 'RCS/*(:t:s/,v//)' co zagzig% co bar foo zagzig% compctl -s 'RCS/*(:t:s/\,v//)' co zagzig% co bar foo So you're going to have to give us some more clues. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net