autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: docs: document zsh special array $options.


From: Eric Blake
Subject: Re: docs: document zsh special array $options.
Date: Mon, 13 Sep 2010 08:14:35 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Mnenhy/0.8.3 Thunderbird/3.1.3

On 09/12/2010 09:05 AM, Ralf Wildenhues wrote:
<http://thread.gmane.org/gmane.comp.gnu.libtool.patches/10643>

Quoting zshall(1):

THE ZSH/PARAMETER MODULE
        The  zsh/parameter  module  gives  access  to some of the internal hash
        tables used by the shell by defining some special parameters.

        options
               The keys for this associative array are the names of the options
               that  can  be  set  and  unset  using  the  setopt  and unsetopt
               builtins. The value of each key is either the string on  if  the
               option  is  currently  set,  or  the string off if the option is
               unset.  Setting a key to one of these strings is like setting or
               unsetting  the  option,  respectively.  Unsetting  a key in this
               array is like setting it to the value off.

This lives even after 'emulate sh'.  OK to commit?

Yes, please.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]