Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Value of $0
- X-seq: zsh-workers 15593
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Value of $0
- Date: Tue, 7 Aug 2001 16:16:24 +0000
- In-reply-to: <3B6EB81D.B0612E7B@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010806144633.ZM7876@xxxxxxxxxxxxxxxxxxxxxxx> <3B6EB81D.B0612E7B@xxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author