Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug: _store_cache and ksh arrays
- X-seq: zsh-workers 20504
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Alexey Tourbin <at@xxxxxxxxxxx>
- Subject: Re: bug: _store_cache and ksh arrays
- Date: Mon, 18 Oct 2004 21:54:21 -0700 (PDT)
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20041019024827.GI2017@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20041019024827.GI2017@xxxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
On Tue, 19 Oct 2004, Alexey Tourbin wrote:
> I think I found a bug. _store_cache produces wrong output when
> both KSH_TYPESET and MAGIC_EQUAL_SUBST are set.
_store_cache is meant to be called from the completion system functions,
which are meant to execute only with the setopts in the $_comp_options
array in effect. Nearly all functions in the completion system assume
those settings and make no effort to work with arbitrary combinations of
setopts.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author