Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Emulation (Re: PATCH: 3.1.6-pws-5: _tar)
- X-seq: zsh-workers 8041
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Emulation (Re: PATCH: 3.1.6-pws-5: _tar)
- Date: 25 Sep 1999 00:44:14 +0900
- In-reply-to: "Bart Schaefer"'s message of "Fri, 24 Sep 1999 14:41:11 +0000"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9909240945.AA22486@xxxxxxxxxxxxxxxxx> <990924144111.ZM28860@xxxxxxxxxxxxxxxxxxxxxxx>
In article <990924144111.ZM28860@xxxxxxxxxxxxxxxxxxxxxxx>,
"Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Has anyone checked that "emulate -L zsh" is used in all the completion
> functions where it is necessary? A grep finds it in only eight of them,
> *not* including _arguments -- I can't believe ksharrays isn't going to
> bite somebody at some point, if nothing else.
_main_complete has:
setopt localoptions nullglob rcexpandparam
unsetopt markdirs globsubst shwordsplit nounset ksharrays
So, at least, user's ksharrays doesn't affect the behavior of
completion functions.
I think it should also set extendedglob by default, though.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author