Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: Re: Open bugs and questions?
- X-seq: zsh-workers 12478
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: PATCH: Re: Open bugs and questions?
- Date: Wed, 2 Aug 2000 11:40:56 +0200 (MET DST)
- In-reply-to: "Andrej Borsenkow"'s message of Wed, 2 Aug 2000 13:20:53 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> And: how do you
> > specify a character class matching everything but ']'?
> >
>
> [^]]
>
> or (fool-prrof)
>
> [^\]]
Err, sorry. I meant: in the context of that big pattern in the patch:
% let "$foo[(I)(|\([^\)]#\))-bar(|[-+=])(|\[[^]]\])(|:*)]"
zsh: bad math expression: operand expected at `)(|:*)]'
% (( $foo[(I)(|\([^\)]#\))-bar(|[-+=])(|\[[^]]\])(|:*)] ))
zsh: command not found: )(|:*)]
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author