Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug(?) in builtin r
- X-seq: zsh-workers 25335
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Bug(?) in builtin r
- Date: Thu, 24 Jul 2008 16:52:39 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=k+1+Lhox1RyFjJOAI75lbbfU3zvFB08nESs9VLmBmuk=; b=k1PBAzYh1pcaZyuHtMxBMiNw079b92xO//Wknc+KfpPyHcRdfTFuNMpGLyV6C0HavG MN35g2Q23PI9l656drMDDqmMtXBnAgn6bDzgXpnlZdB8QbUhTO4QW9939o113iCqsvu2 yj/AHLgQJruwrOlQKy+cVxRgkhSl1+ywUKbfw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=srq5NkNBgbdeJ6LBORuT7KMFjzsMlLWM4AYqr04mG9ZS+w/7ZSDI6vv7U51ufRGB0y BA01YEnCF+Gump9EWIMwVe7RUOdgRa5L/dR9T+uGyFFKEdj//awxI/858NZaz/+BgeP2 yzdn9Zz8Dqpu+7HDiPpbwfSzDs0CPS5EKnwOs=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
I am sure most of you are aware of this, but it has always
ailed me and should probably be changed.
If you have 100 commands on your stack and call
r 101
it will recurse endlessly or as long as the box allows it to
do until killing it. Unless there are useful aspects to this
behaviour, it is basically a nice way to kill your shell.
Thoughts?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author