From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20114 invoked from network); 7 Aug 2001 16:17:18 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Aug 2001 16:17:18 -0000 Received: (qmail 25895 invoked by alias); 7 Aug 2001 16:17:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15593 Received: (qmail 25856 invoked from network); 7 Aug 2001 16:17:01 -0000 From: "Bart Schaefer" Message-Id: <1010807161625.ZM9619@candle.brasslantern.com> Date: Tue, 7 Aug 2001 16:16:24 +0000 In-Reply-To: <3B6EB81D.B0612E7B@u.genie.co.uk> Comments: In reply to Oliver Kiddle "Re: (Fwd) Re: Value of $0" (Aug 6, 4:30pm) References: <1010806144633.ZM7876@candle.brasslantern.com> <3B6EB81D.B0612E7B@u.genie.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Value of $0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 6, 4:30pm, Oliver Kiddle wrote: } } > Another way zsh doesn't quite emulate ksh, just FYI. } } Shouldn't we keep a list of all these things which are coming up that } might need changes to zsh. [...] We could keep a list in a file on cvs } and leave the file out of .distfiles. I've created the file Etc/STD-TODO for this purpose. Presently I have it in two sections, "Syntax and Parsing" and "Semantics". I put "noglob" and "nocorrect" under semantics with the rest of the precommand modifiers, though I suppose they could belong under syntax. } emulate should setopt nocorrect. It's actually worse than that. (Emulation does setopt nocorrect, or at least does not setopt correct.) The special meanings of "nocorrect" and "noglob" should be disabled in emulation. It's not a serious problem, as it's unlikely that an external command or function would have one of those names, but it's worth pointing out. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net