From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23030 invoked by alias); 19 Apr 2015 07:45:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34934 Received: (qmail 6017 invoked from network); 19 Apr 2015 07:45:43 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Sun, 19 Apr 2015 14:39:58 +0800 From: Han Pingtian To: zsh-workers@zsh.org Subject: Re: [PATCH] correct typo on noglob in sh/ksh emulation set Message-ID: <20150419063958.GC2759@localhost.localdomain> Mail-Followup-To: zsh-workers@zsh.org References: <20150417234829.GA7296@localhost.localdomain> <20150418201502.1e7e5fa6@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150418201502.1e7e5fa6@ntlworld.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15041907-0033-0000-0000-0000006939CE On Sat, Apr 18, 2015 at 08:15:02PM +0100, Peter Stephenson wrote: > On Sat, 18 Apr 2015 07:48:30 +0800 > Han Pingtian wrote: > > I'd like to know if this patch correct? Thanks. > > > > diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo > > index 20d9fc2..340a1e6 100644 > > --- a/Doc/Zsh/options.yo > > +++ b/Doc/Zsh/options.yo > > @@ -2525,7 +2525,7 @@ sitem(tt(-X))(MARK_DIRS) > > sitem(tt(-a))(ALL_EXPORT) > > sitem(tt(-b))(NOTIFY) > > sitem(tt(-e))(ERR_EXIT) > > -sitem(tt(-f))(em(NO_)GLOB) > > +sitem(tt(-F))(em(NO_)GLOB) > > sitem(tt(-i))(INTERACTIVE) > > sitem(tt(-l))(LOGIN) > > sitem(tt(-m))(MONITOR) > > It looks like that's in the ksh emulation set, Yes, that's in sh/ksh emulation set. > in which case -f is correct. -F is the zsh > standard, which is up at line 2480. Got it and thanks. sh/ksh emulation set only works when shoptionletters is being set ...