From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28303 invoked by alias); 9 Dec 2014 02:50:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19510 Received: (qmail 17390 invoked from network); 9 Dec 2014 02:50:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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= X-Sasl-enc: xRFjZqJPunpn7cDZVP/lhGeimJb5CoVLK1nVrApMB5li 1418093448 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: no_glob not written up in doc? From: =?utf-8?Q?Lawrence_Vel=C3=A1zquez?= In-Reply-To: <54865B37.4000106@eastlink.ca> Date: Mon, 8 Dec 2014 21:50:48 -0500 Cc: zsh-users@zsh.org Content-Transfer-Encoding: 7bit Message-Id: <88014DEA-B58E-446B-9FA4-F92B22267A6E@macports.org> References: <54865B37.4000106@eastlink.ca> To: Ray Andrews X-Mailer: Apple Mail (2.1993) On Dec 8, 2014, at 9:15 PM, Ray Andrews 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