From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14705 invoked from network); 2 Aug 2000 09:52:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 2000 09:52:13 -0000 Received: (qmail 22477 invoked by alias); 2 Aug 2000 09:52:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12479 Received: (qmail 22467 invoked from network); 2 Aug 2000 09:51:57 -0000 Date: Wed, 02 Aug 2000 10:51:29 +0100 From: Peter Stephenson Subject: Re: PATCH: Re: Open bugs and questions? In-reply-to: "Your message of Wed, 02 Aug 2000 11:40:56 +0200." <200008020940.LAA08520@beta.informatik.hu-berlin.de> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FYN00IOISPSFU@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > % let "$foo[(I)(|\([^\)]#\))-bar(|[-+=])(|\[[^]]\])(|:*)]" > zsh: bad math expression: operand expected at `)(|:*)]' > % (( $foo[(I)(|\([^\)]#\))-bar(|[-+=])(|\[[^]]\])(|:*)] )) > zsh: command not found: )(|:*)] % pat='(|\([^\)]#\))-bar(|[-+=])(|\[[^\]]\])(|:*)' % (( $foo[(I)$~pat] )) I haven't tried this out because out of context I haven't the smallest idea what it's supposed to be doing. -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070