Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh.texi commentary (actually, HTML pages commentary)
- X-seq: zsh-workers 1417
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: schaefer@xxxxxxx
- Subject: Re: zsh.texi commentary (actually, HTML pages commentary)
- Date: Fri, 21 Jun 1996 17:59:03 +0100 (BST)
- Cc: A.Main@xxxxxxxxxxxxxxxxx, hzoli@xxxxxxxxxx, clive@xxxxxxxxxxxxxxxx, mdb@xxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <960621085558.ZM4927@xxxxxxxxxxxxxxxxxxxxxxx> from "Bart Schaefer" at Jun 21, 96 08:55:54 am
>} That patch isn't in the baseline yet. It made the canonical form of
>} that option NOMATCH, so that "setopt NOMATCH", "unsetopt NOMATCH",
>} "setopt NO_NOMATCH" and "unsetopt NO_NOMATCH" are valid.
>
>So you check for canonical forms before stripping off the leading "no",
>and then check again after stripping it to invert the sense? Or what?
Yes. I considered having it check for leading "no" first, but with
options NOTIFY and NOMATCH that wouldn't work.
>} Also these are builins now, which is not yet documented.
>
>Exactly what difference does that make? (Which is part of what ought to
>be documented ...)
That affects "disable exec"/"disable -r exec", and "x=ex; ${x}ec foo".
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author