Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Open bugs and questions?
- X-seq: zsh-workers 12479
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: Re: Open bugs and questions?
- Date: Wed, 02 Aug 2000 10:51:29 +0100
- In-reply-to: "Your message of Wed, 02 Aug 2000 11:40:56 +0200." <200008020940.LAA08520@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> % 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 <pws@xxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author