Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: possible bug in zsh glob
- X-seq: zsh-users 14882
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Subject: Re: possible bug in zsh glob
- Date: Wed, 24 Feb 2010 08:17:58 -0800
- In-reply-to: <100224070005.ZM29065@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1266998769.S.4030.22791.f4mail-234-206.rediffmail.com.old.1267009005.57717@xxxxxxxxxxxxxxxxxxxxxx> <100224070005.ZM29065@xxxxxxxxxxxxxxxxxxxxxx>
On Feb 24, 7:00am, Bart Schaefer wrote:
} Subject: Re: ( Text in unknown character set UTF-8 not shown )
Er, sorry about that, the age of my email reader is showing.
For more reasonable archive threading:
On Feb 24, 10:56am, dipakgaigole wrote:
}
} Before posting the question, I had a look at the glob options as well
} as the NOMATCH option, but the description of NOMATCH option was
} confusing.
The name of the option comes from a csh variable that can be set. It
was therefore originally "nonomatch". Many years ago, though, zsh
added the ability to turn *off* any option by prefixing its name with
an additional "no". Eventually it was viewed as silly that one would
thus e.g. "setopt nononomatch"; so all the options that *already* had
a "no" prefix were renamed to drop one "no" and reverse their boolean
state (including, therefore, their default-at-startup boolean state).
In this case that left us with "nomatch" -- and the documentation also
had to be reversed, of course, which didn't always work as well as when
documenting the original name and state.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author