From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26919 invoked from network); 7 May 2001 14:54:07 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 May 2001 14:54:07 -0000 Received: (qmail 2337 invoked by alias); 7 May 2001 14:53:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14246 Received: (qmail 2309 invoked from network); 7 May 2001 14:53:51 -0000 From: "Bart Schaefer" Message-Id: <1010507145218.ZM27680@candle.brasslantern.com> Date: Mon, 7 May 2001 14:52:18 +0000 In-Reply-To: <200105070758.JAA01442@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: Re: cvs completion does not support partial path completion" (May 7, 9:58am) References: <200105070758.JAA01442@beta.informatik.hu-berlin.de> 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 7, 9:58am, Sven Wischnowsky wrote: } Subject: Re: PATCH: Re: cvs completion does not support partial path compl } } Bart Schaefer wrote: } } > 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? } } I normally use a sigle space, but that still results in a `-X desc' } option passed to the action. Yes, which results in things like No match for ` ', `file', or `directory' } If you don't want that, we could probably special-case that single space } to mean to not pass a -X. Either that, or strip all leading/trailing whitespace from the message, and ignore empty messages. -- 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