Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: no_glob not written up in doc?
- X-seq: zsh-users 19510
- From: Lawrence Velázquez <larryv@xxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: no_glob not written up in doc?
- Date: Mon, 8 Dec 2014 21:50:48 -0500
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:content-type:mime-version :subject:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to; s=smtpout; bh=VRYhSjcyo8f6dRCf5SW7E+Z VSZQ=; b=miub3/YaMJ7HrnYPTQtY+lKPOAjoyrHCFQKw5bSeIW/WMrEiX0RQhTJ dxmlly5EL07ScZ+M3GVZCpxkGQj+NNv/6V5JR1Xnos2avx5qF5GaiyzXloNdz4xU W4cwf8FGXJcOdw28bwvVJkoXQ5bEw6QDHojObubNhO7D2s0XxrW0=
- In-reply-to: <54865B37.4000106@eastlink.ca>
- 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: <54865B37.4000106@eastlink.ca>
On Dec 8, 2014, at 9:15 PM, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> http://zsh.sourceforge.net/Doc/Release/Options.html#Options
>
> ... If I'm not mistaken the 'no_glob' option is not described in the doc.
> It's enumerated twice, but never described. At least on that page.
> I didn't check for others. Dunno, maybe it's not expected to be
> written up, but one might expect it to be.
NO_GLOB isn't really an option. It's the negation of GLOB, which *is* in
that document.
Note Section 16.1:
The sense of an option name may be inverted by preceding it with
'no', so 'setopt No_Beep' is equivalent to 'unsetopt beep'.
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author