Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bugs list
- X-seq: zsh-workers 14857
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Bugs list
- Date: Tue, 12 Jun 2001 09:24:59 +0000
- In-reply-to: <3B251030.5080700@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010611165317.ZM23036@xxxxxxxxxxxxxxxxxxxxxxx> <3B251030.5080700@xxxxxxxxxxxxxx>
On Jun 11, 10:38pm, Andrej Borsenkow wrote:
} Subject: Bugs list
}
} Bart Schaefer wrote:
}
} > The known bugs in zsh are listed in the file Etc/BUGS.
Bart Schaefer quoted the README file, just so it's clear ...
} This one is gone AFAIK:
}
} When interrupting code like the following with ^C:
} while true; do
} sh -c '...'
} done
} if the `sh' is executing, zsh does not know that the sh received a ^C and
} continues with the next iteration.
It still happens for me on RH5.2 where /bin/sh is bash. The loop
while true; do
sh -c 'more /etc/termcap'
done
can only be interrupted if you happen to hit bash with the signal before
"more" gets started.
--
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