Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fix some distributed functions that depend on shortloops
- X-seq: zsh-workers 28856
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: fix some distributed functions that depend on shortloops
- Date: Fri, 04 Mar 2011 06:59:01 -0800
- In-reply-to: <AANLkTim4A+Z4_25f_Fku_N=d=cgbhNwiD6jVv9J_7tzB@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTim4A+Z4_25f_Fku_N=d=cgbhNwiD6jVv9J_7tzB@mail.gmail.com>
Hmm, this one is a conundrum. My first instinct would be to add -R to
the "emulate" command at the top, rather than try to fix every native
zsh-ism in the source; certainly that's correct for zargs, but it may
not be for match-words-by-style if there are completion-related options
that would be reset by that.
OTOH -R is supposed to avoid changing options that affect the interactive
behavior, so maybe it's a bug that emaulate -R changes e.g. completeinword.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author