From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21170 invoked from network); 27 Apr 2001 13:22:21 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Apr 2001 13:22:21 -0000 Received: (qmail 11475 invoked by alias); 27 Apr 2001 13:22:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14136 Received: (qmail 11462 invoked from network); 27 Apr 2001 13:22:12 -0000 From: Sven Wischnowsky Date: Fri, 27 Apr 2001 15:22:09 +0200 (MET DST) Message-Id: <200104271322.PAA01805@beta.informatik.hu-berlin.de> To: zsh-workers@sunsite.dk Subject: Re: RE: cvs completion does not support partial path completion In-Reply-To: <001701c0cf1b$37b5ecb0$21c9ca95@mow.siemens.ru> Andrej Borsenkow wrote: > > _wanted files expl file _path_files -g "$pat" > ^^^^^^^^^ > > Is not this the reason? As I understand, global matchers are noy used when > explicit pattern matching is requested? No. And you want partial path-completion which doesn't have to do with your matcher-list style (you get that always, if you have a matcher-list or not). The problem is that _cvs uses the directory path of the word from the line unmodified and then searches for files in `S/M/...' put without expanding partial paths (and I'm not suggesting that it should do that -- the _files-as-default-at-the-end I mentioned is probably the best that can be done, or maybe try first with sticking `*'s before the slashes or something). Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de