zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#428110: zsh: endless loop in command fc
       [not found] <20070609031713.7462.64574.reportbug@komar.bionik.tu-berlin.de>
@ 2007-06-09 15:56 ` Clint Adams
  2007-06-09 23:19   ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2007-06-09 15:56 UTC (permalink / raw)
  To: komar, 428110; +Cc: zsh-workers

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?


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

* Re: Bug#428110: zsh: endless loop in command fc
  2007-06-09 15:56 ` Bug#428110: zsh: endless loop in command fc Clint Adams
@ 2007-06-09 23:19   ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2007-06-09 23:19 UTC (permalink / raw)
  To: Clint Adams, komar, 428110; +Cc: zsh-workers

On Jun 9, 11:56am, Clint Adams wrote:
} Subject: Re: Bug#428110: zsh: endless loop in command fc
}
} 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

I think you want "setopt hist_no_store" ...

(The shell is like any other programming language, it'll enter an infinite
loop if you program it to do so.)


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

end of thread, other threads:[~2007-06-10  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070609031713.7462.64574.reportbug@komar.bionik.tu-berlin.de>
2007-06-09 15:56 ` Bug#428110: zsh: endless loop in command fc Clint Adams
2007-06-09 23:19   ` Bart Schaefer

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).