Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: no_glob not written up in doc?



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