From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14244 invoked from network); 19 Jul 2009 16:39:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 19 Jul 2009 16:39:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 13924 invoked from network); 19 Jul 2009 16:33:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Jul 2009 16:33:12 -0000 Received: (qmail 28046 invoked by alias); 19 Jul 2009 16:32:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27164 Received: (qmail 28014 invoked from network); 19 Jul 2009 16:32:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Jul 2009 16:32:53 -0000 Received: from vms173015pub.verizon.net (vms173015pub.verizon.net [206.46.173.15]) by bifrost.dotsrc.org (Postfix) with ESMTP id 168478027106 for ; Sun, 19 Jul 2009 18:32:48 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.220.32]) by vms173015.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KN100BROFA812P0@vms173015.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 19 Jul 2009 11:32:37 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n6JGWV51002725 for ; Sun, 19 Jul 2009 09:32:32 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n6JGWVdX002724 for zsh-workers@sunsite.dk; Sun, 19 Jul 2009 09:32:31 -0700 From: Bart Schaefer Message-id: <090719093231.ZM2723@torch.brasslantern.com> Date: Sun, 19 Jul 2009 09:32:31 -0700 In-reply-to: <20090719095156.GA14351@xvii> Comments: In reply to Vincent Lefevre "Re: zsh 4.3.10 terminates with SIGINT when one types Ctrl-G in emacs under Mac OS X" (Jul 19, 11:51am) References: <090712193623.ZM14823@torch.brasslantern.com> <200907131839.n6DIdO6Z003291@pws-pc.ntlworld.com> <20090716162419.GA26179@prunille.vinc17.org> <090717222936.ZM8648@torch.brasslantern.com> <20090718101602.GA5392@xvii> <090718113509.ZM10405@torch.brasslantern.com> <20090718230930.GB5412@xvii> <20090719095156.GA14351@xvii> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: zsh 4.3.10 terminates with SIGINT when one types Ctrl-G in emacs under Mac OS X MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9589/Sun Jul 19 05:14:56 2009 on bifrost X-Virus-Status: Clean On Jul 19, 11:51am, Vincent Lefevre wrote: } } In fact, it seems that zsh implements some form of WCE in } interactive scripts, whereas bash implements it in any case. I think you'll find that if you "setopt restricted" you'll get yet another set of behaviors. This really all comes down to what I said in zsh-workers/27159.