From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7985 invoked by alias); 27 Jun 2015 03:38:21 -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: 35626 Received: (qmail 4144 invoked from network); 27 Jun 2015 03:38:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=um1+cug/tIyyDtedlTeZw+9Eob1SJntXKWz5UPryql0=; b=fUO969/r0evuSbp9t08LGl56FT09ANyPQAFnQzv6VDm2tuT2JxGXVDX+pjR8ih9uko SPidKsh9PH9kCdYG97lehUeRLqyRNW5mEn4owqD06V2KMle44Tg2aOmMjKSbhv0vzdDh jqRFTPi1CM1CWH80m2fkJqRaWx6oIMyhrbwtkNw1HigZj1t9yWdHbqrYmOkPqAFUFle5 c1MTGXVBtQz2+HCay2yN6T6GSckeuEPGpymqyiVzVQjbIq3bGHdIrW2XNa5TCt/kl0EB SEgNIajXKsNTkMN7cizBcHmt+kRWZJamItrDSGj9XAxshKVXhq/2xB2hiTKgtJBl3iDM uhoQ== X-Gm-Message-State: ALoCoQkdakajZuR5wsDjlpukils+HX/G+zI9a5aA3pnOlvkdnr8fNXEAFUEZsUT5mQbAC44hV+gf X-Received: by 10.60.73.71 with SMTP id j7mr4138639oev.13.1435376295807; Fri, 26 Jun 2015 20:38:15 -0700 (PDT) From: Bart Schaefer Message-Id: <150626203805.ZM2698@torch.brasslantern.com> Date: Fri, 26 Jun 2015 20:38:05 -0700 In-Reply-To: <558E0242.4050300@inlv.org> Comments: In reply to Martijn Dekker "Re: '>>' does not create file if set -C (noclobber) is active" (Jun 27, 3:54am) References: <558B5342.2090706@inlv.org> <150624184916.ZM19079@torch.brasslantern.com> <558B65EB.3060204@inlv.org> <150625003047.ZM19218@torch.brasslantern.com> <558D5E34.3020505@inlv.org> <150626131522.ZM21498@torch.brasslantern.com> <558E0242.4050300@inlv.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: '>>' does not create file if set -C (noclobber) is active MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 27, 3:54am, Martijn Dekker wrote: } } Hmm. On my system (zsh 5.0.8) POSIX_CD is in fact turned on by 'emulate } sh'. Documentation error, then. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index b4a5e10..2371e35 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -124,7 +124,7 @@ pindex(POSIXCD) pindex(NO_POSIX_CD) pindex(NOPOSIXCD) cindex(CDPATH, order of checking) -item(tt(POSIX_CD))( +item(tt(POSIX_CD) )( Modifies the behaviour of tt(cd), tt(chdir) and tt(pushd) commands to make them more compatible with the POSIX standard. The behaviour with the option unset is described in the documentation for the tt(cd)