From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16000 invoked from network); 26 May 2002 06:41:46 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 May 2002 06:41:46 -0000 Received: (qmail 26086 invoked by alias); 26 May 2002 06:41:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17229 Received: (qmail 26075 invoked from network); 26 May 2002 06:41:40 -0000 From: Borsenkow Andrej To: Clint Adams Cc: Bart Schaefer , Zsh hackers list Subject: Re: [mdz@debian.org: Bug#147853: zsh: CVS completion should respect $CVSIGNORE] In-Reply-To: <20020525225451.GA16860@dman.com> References: <20020523061818.GA17828@dman.com> <20020525225451.GA16860@dman.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.5-1mdk Date: 26 May 2002 10:41:12 +0400 Message-Id: <1022395278.8831.7.camel@localhost.localdomain> Mime-Version: 1.0 =F7 =F7=D3=CB, 26.05.2002, =D7 02:54, Clint Adams = =CE=C1=D0=C9=D3=C1=CC: > > Shouldn't that be something like > >=20 > > omitpats=3D($omitpats $=3DCVSIGNORE) > >=20 > > ?? ("Any entries", plural ...) >=20 > Yes, probably. Now I'm wondering what the $=3Dcvsignore bit is = supposed > to do. >=20 It is supposed to split the value using IFS as separator :-) {pts/0}% foo=3D'a b c' {pts/0}% print -l $foo a b c {pts/0}% print -l $=3Dfoo a b c -andrej