Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Really weird bug
- X-seq: zsh-workers 1617
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: schaefer@xxxxxxx
- Subject: Re: Really weird bug
- Date: Fri, 12 Jul 1996 09:32:52 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <960711172548.ZM10787@xxxxxxxxxxxxxxxxxxxxxxx> from "Bart Schaefer" at Jul 11, 96 05:25:44 pm
>zagzig<69> for p in %h
>> do echo "$p"
>> done
>fg
>%h
Compare with:
% disable fg
% %1
zsh: command not found: fg
A bare job specification gets rewritten with fg, so can't be executed
if fg is disabled. (()) math is similarly dependent on let. I think
this is a bug, but it's not easy to fix.
As for why this rewriting is being applied after in, this is obviously
a separate bug.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author