From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22865 invoked by alias); 8 Nov 2013 14:39:23 -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: 18126 Received: (qmail 314 invoked from network); 8 Nov 2013 14:39:07 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131108063903.ZM25660@torch.brasslantern.com> Date: Fri, 08 Nov 2013 06:39:03 -0800 In-reply-to: <20131108093822.1534aa88@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: zsh 5.0.2-test-1 is available" (Nov 8, 9:38am) References: <20131106202321.4a48c77b@pws-pc.ntlworld.com> <20131107153315.GW3544@sym.noone.org> <20131107160551.7aa195dc@pwslap01u.europe.root.pri> <20131107191806.GA85153@redoubt.spodhuis.org> <131107173627.ZM24325@torch.brasslantern.com> <20131108071627.GA6216@redoubt.spodhuis.org> <20131108093822.1534aa88@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: zsh 5.0.2-test-1 is available MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 8, 9:38am, Peter Stephenson wrote: } } I think the problem with making this silent is it's not currently } trivial to check that the builtin that's there is actually the same as } the one you're trying to add, so in theory it's not safe to ignore If you want to ignore it, "zmodload -ia zsh/stat zstat" works. I don't think there's any reason to make -i obsolete in this case.