Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Quick way to lock up your shell
- X-seq: zsh-workers 26132
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Dan Nelson" <dnelson@xxxxxxxxxxxxxxx>
- Subject: Re: Quick way to lock up your shell
- Date: Thu, 11 Dec 2008 23:55:58 +0100
- Cc: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ynCgLD0gqVQSsBteAPq83PqFwEV3rKhwDwqcdTTQ/VQ=; b=H1gnDJINbcGfdXn5wF0qHi4/W/ruTGfY5gqqaXcGLWbDKSwGXjO2monoDfKyXWKI0o DIknCHdOavYKbuSfUv3zrbighGQUrJNerheoz+A6YLIoI93595brXvapMeHjMbBDTRYz 1N53mlPZBXMcXe6de0ewfgUWm3lJ4254rIq3U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=w5HthmjUH0/RaPcum9QJcABuMMovnsJGkKaVGRZW8A6M7Mcq5T16JAoxJp3g1xmCy9 8Cq7VskSCk0lYwqNRi6ryNcw9L6quSvMnMwjiK+hffwVQozSx76OwYxHA2EBdIxpWwZ4 1I2md/KEPpyVzTtDl6qXLOq2XNFQywKBtuYe0=
- In-reply-to: <20081211204251.GB14085@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <081211093531.ZM21666@xxxxxxxxxxxxxxxxxxxxxx> <20081211204251.GB14085@xxxxxxxxxxxxxxxx>
On Thu, Dec 11, 2008 at 21:42, Dan Nelson <dnelson@xxxxxxxxxxxxxxx> wrote:
> I can't reproduce this myself; the only thing redirected inside =()
> should be stdout. It won't hang on any of my systems. Tested zsh
> between 4.1.1 and 4.3.9, on AIX, FreeBSD, Linux, and Solaris.
A serious answer, how boring ;)
richih@adamantium ~ % zsh -f
adamantium% zsh --version
zsh 4.3.6 (i686-pc-linux-gnu)
adamantium% FOO==(cat) # ^T^D will not work, here
^T^C%
adamantium% FOO==(cat)
^C%
adamantium%
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author