Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug related to stdin/always/jobcontrol
- X-seq: zsh-workers 39414
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug related to stdin/always/jobcontrol
- Date: Thu, 22 Sep 2016 09:38:38 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=Ezzc5AHHn5dnJizVTY8NxI2NwEksShJzm2mUY5iAuX4=; b=LKJDLSuQgwTbbgouZOU4LUK1HlOcdelWP8T21K6Qd1Zhv/RWOduQdbJlv28E/xzpiV bG7XoSYvBkcdRlza74gq4F5JQC5PZZ3X3dXiP4khX+01L872oNBpLNNuaWWuhj9Yf9i6 tpNegAKTJCk/o2c/m//eyK9A3JNWFMPD02Hm6GGAH0FSZ/mw1BVNMf5bf8kn4NIVJkqo 4GAqxtBer2LEmaoZPUNin+WScLZbPor8OD8fV9JkUXGtfp6qkXUPUzYeHW0aQTzMKwL0 vTUyNTdv8HIJ+9XXVEo0iDlYGk00I5LGbiW9tyEpeS8PrUXKwFRL5LOjjRLzPzw7Ihgo dnSw==
- In-reply-to: <20160922115921.GA3613@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <87r392jgd0.fsf@juno.home.vuxu.org> <20160905164207.4630643b@pwslap01u.europe.root.pri> <CGME20160914173110eucas1p1f0567e319ae439b975b19f4e55676fed@eucas1p1.samsung.com> <20160914183105.69862fa9@pwslap01u.europe.root.pri> <20160914223553.3173c8ca@ntlworld.com> <20160922115921.GA3613@fujitsu.shahaf.local2>
On Sep 22, 11:59am, Daniel Shahaf wrote:
}
} % f() { $EDITOR }
} % f
} <press ^Z in the editor>
} zsh: suspended f
} % fg
} [1] + continued f
} zsh: suspended (tty output) f
}
} After the 'fg' I get another prompt immediately, instead of being
} returend to $EDITOR.
Worse that that, signals go to the parent shell:
torch% fg
[1] + continued f
zsh: suspended (tty output) f
torch% kill -9 %1
Vim: Caught deadly signal HUP
Vim: Finished.
zsh: killed Src/zsh -f
Messages sorted by:
Reverse Date,
Date,
Thread,
Author