Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Shouldn't "builtin" be documented as a "precommand modifier"?
- X-seq: zsh-workers 4111
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Shouldn't "builtin" be documented as a "precommand modifier"?
- Date: Sun, 14 Jun 1998 01:59:45 -0400
- In-reply-to: Message from "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx> of "Sat, 13 Jun 1998 22:21:54 PDT." <980613222154.ZM29803@xxxxxxxxxxxxxxxxxxxxxxx>
> It's implemented exactly as are "command" and "exec", both of which are
> precommand modifiers.
"builtin" should be added to the list of precommand modifiers in the
zshmisc man page. I think Zoltan removed that when he converted
"builtin" from a reserved word, to a shell builtin. Apparently all
the precommand modifiers other than nocorrect are actually shell
builtins now (they were previously all reserved words).
I remember this, because this was the reason I started rewriting the
hash table code, so that you could disable and re-enable reserved
words.
--
Richard Coleman
coleman@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author