zsh-workers
 help / color / mirror / code / Atom feed
* =cmd cancels the whole code block
@ 2004-11-24 15:58 Stephane Chazelas
  2004-11-24 16:14 ` Peter Stephenson
  2004-11-24 17:50 ` Dan Nelson
  0 siblings, 2 replies; 3+ messages in thread
From: Stephane Chazelas @ 2004-11-24 15:58 UTC (permalink / raw)
  To: Zsh hackers list

~$ zsh -f
% a==a
zsh: a not found
% echo $?
1
% a==a || a==b
zsh: a not found
% a==a; echo $?
zsh: a not found
% (a==a); echo $?
zsh: a not found
1
% {
cursh> a==a
cursh> echo foo
cursh> echo bar
cursh> }
zsh: a not found
%

should it be considered as a normal behavior?

Revealed following a recent usenet thread in comp.unix.shell.
For one trying to do:

{ EDITOR==emacs || EDITOR==vi; } 2> /dev/null

-- 
Stéphane


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-24 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 15:58 =cmd cancels the whole code block Stephane Chazelas
2004-11-24 16:14 ` Peter Stephenson
2004-11-24 17:50 ` Dan Nelson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).