Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: PATCH: Re: Open bugs and questions?



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