From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4687 invoked from network); 4 May 2001 16:27:16 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 May 2001 16:27:16 -0000 Received: (qmail 22769 invoked by alias); 4 May 2001 16:27:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14223 Received: (qmail 22726 invoked from network); 4 May 2001 16:27:09 -0000 From: "Bart Schaefer" Message-Id: <1010504162614.ZM19293@candle.brasslantern.com> Date: Fri, 4 May 2001 16:26:14 +0000 In-Reply-To: <1010504051600.ZM18512@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "PATCH: Re: cvs completion does not support partial path completion" (May 4, 5:16am) References: <200104300817.KAA02260@beta.informatik.hu-berlin.de> <1010430165626.ZM4866@candle.brasslantern.com> <1010504051600.ZM18512@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: PATCH: Re: cvs completion does not support partial path completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 4, 5:16am, Bart Schaefer wrote: } Subject: PATCH: Re: cvs completion does not support partial path completio } } The rest of the hunks remove explanation strings from calls to } _arguments or _alternative in cases where the called action-function } will eventually supply a more accurate one. This prevents messages } that say e.g. "No matches for `file' or `removed file'" when in fact } only `removed file' was really attempted. Are there other side-effects } of this that I've missed? Yes, there were. `*::_cvs_files' is interpreted as `*::_cvs_files: ' which of course will never do. Is there _any_ way to specify an empty message with the `*:...' form of _arguments spec? -- 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