Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compaudit problem
- X-seq: zsh-workers 22645
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Alexey Tourbin <at@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: compaudit problem
- Date: Sun, 20 Aug 2006 19:33:24 +0100
- In-reply-to: <20060820173206.GE8500@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060819115030.GE25959@xxxxxxxxxxxxxxxxxxxxx> <060819103035.ZM28413@xxxxxxxxxxxxxxxxxxxxxx> <20060819180046.GB8500@xxxxxxxxxxxxxxxxxxxxx> <20060820181602.2872ff6e.p.w.stephenson@xxxxxxxxxxxx> <20060820173206.GE8500@xxxxxxxxxxxxxxxxxxxxx>
On Sun, 20 Aug 2006 21:32:06 +0400
Alexey Tourbin <at@xxxxxxxxxxx> wrote:
> Here is full -x transcript, maybe it can shed light.
Thanks. Unfortunately it still looks weird; the instructions causing
one of the errors reduce to:
> +compinit:461> typeset -A _i_test
> +compinit:467> _i_name=_floppy
and then
_i_test[$_i_name]=yes
which causes
> compinit:469: bad pattern: _i_test[=yes
This doesn't happen here. It looks like this would need analysing with
a debugger somewhere that shows the problem. I see:
+/home/at/.i18n:1> LANG=ru_RU.CP1251
which is a little different from what I've been using to test but
there's no reason why it should make ASCII text go funny.
My guess is it's somewhere down in parse_subscript that checks for
balanced square brackets, but I don't see why.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author