Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: *suggestion* for NULLCMD and emulate [ck]sh
- X-seq: zsh-workers 9639
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Alexandre Duret-Lutz <duret_g@xxxxxxxx>
- Subject: Re: *suggestion* for NULLCMD and emulate [ck]sh
- Date: Wed, 9 Feb 2000 18:54:17 +0000
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <mvb7lgfgvug.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <mvbog9sotg8.fsf@xxxxxxxxxxxxxxxxxxxx> <1000208180700.ZM31285@xxxxxxxxxxxxxxxxxxxxxxx> <mvb7lgfgvug.fsf@xxxxxxxxxxxxxxxxxxxx>
On Feb 8, 11:42pm, Alexandre Duret-Lutz wrote:
} Subject: Re: *suggestion* for NULLCMD and emulate [ck]sh
}
} Adapted patch that supersede 9617 below.
To fix a couple of typos:
Index: Doc/Zsh/options.yo
===================================================================
@@ -310,7 +310,7 @@
vindex(READNULLCMD, ignoring)
cindex(redirections with no command, csh)
cindex(csh, redirections with no command)
-item(tt(IGNORE_NULLCMD) <C>)(
+item(tt(CSH_NULLCMD) <C>)(
Do not use the values of tt(NULLCMD) and tt(READNULLCMD)
when running redirections with no command. This make
such redirections fail (see noderef(Redirection)).
Index: Doc/Zsh/redirect.yo
===================================================================
@@ -198,7 +198,7 @@
sect(Redirections with no command)
vindex(NULLCMD, use of)
vindex(READNULLCMD, use of)
-pindex(IGNORE_NULLCMD, use of)
+pindex(CSH_NULLCMD, use of)
pindex(SH_NULLCMD, use of)
When a simple command consists of one or more redirection operators
and zero or more parameter assignments, but no command name, zsh can
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author