From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1266 invoked from network); 30 Apr 2001 16:57:15 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Apr 2001 16:57:15 -0000 Received: (qmail 24971 invoked by alias); 30 Apr 2001 16:57:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14168 Received: (qmail 24946 invoked from network); 30 Apr 2001 16:57:07 -0000 From: "Bart Schaefer" Message-Id: <1010430165626.ZM4866@candle.brasslantern.com> Date: Mon, 30 Apr 2001 16:56:26 +0000 In-Reply-To: <200104300817.KAA02260@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: cvs completion does not support partial path completion" (Apr 30, 10:17am) References: <200104300817.KAA02260@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: cvs completion does not support partial path completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 30, 10:17am, Sven Wischnowsky wrote: } Subject: Re: cvs completion does not support partial path completion } } _path_files uses -A itself. This could get really messy. } } So, as a incomplete, but simple solution I'd still favour sticking a } call to _files somewhere. Hmm. There actually are calls to _files and _path_files sprinkled about though the _cvs function family. I suspect at least some subset of the commands actually does complete partial paths. On the other hand, there are some cvs subcommands for which files should not be completed. That makes it more difficult to decide where to put a call to _files. -- 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