Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#428110: zsh: endless loop in command fc
- X-seq: zsh-workers 23539
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: komar@xxxxxxx, 428110@xxxxxxxxxxxxxxx
- Subject: Re: Bug#428110: zsh: endless loop in command fc
- Date: Sat, 9 Jun 2007 11:56:22 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20070609031713.7462.64574.reportbug@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: komar@xxxxxxx, 428110@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070609031713.7462.64574.reportbug@xxxxxxxxxxxxxxxxxxxxxxxxx>
On Sat, Jun 09, 2007 at 05:17:13AM +0200, komar wrote:
>
> If I enter this 4 command:
> ===
> echo 1
> echo 2
> r -2 -1
> r -2 -1
> ===
> endless loop
>
> ======
> komar<~/ echo 1
> 1
> komar<~/ echo 2
> 2
> komar<~/ r -2 -1
> echo 1
> echo 2
> 1
> 2
> komar<~/ r -2 -1
> echo 1
> echo 2
> r -2 -1
> r -2 -1
> r -2 -1
> echo 1
> echo 2
> r -2 -1
> echo 1
> echo 2
> echo 1
> echo 2
> r -2 -1
> r -2 -1
> echo 1
> echo 2
> ^C
> ======
What is it that you want it to do?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author