From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123 invoked from network); 12 Jul 2009 20:59:27 -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.6 required=5.0 tests=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; 12 Jul 2009 20:59:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 76084 invoked from network); 12 Jul 2009 20:59:17 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Jul 2009 20:59:17 -0000 Received: (qmail 12771 invoked by alias); 12 Jul 2009 20:59:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27140 Received: (qmail 12749 invoked from network); 12 Jul 2009 20:59:09 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Jul 2009 20:59:09 -0000 Received: from smtp2f.orange.fr (smtp2f.orange.fr [80.12.242.152]) by bifrost.dotsrc.org (Postfix) with ESMTP id CC16680307FA for ; Sun, 12 Jul 2009 22:59:06 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2f17.orange.fr (SMTP Server) with ESMTP id 1348680001E7; Sun, 12 Jul 2009 22:59:06 +0200 (CEST) Received: from xvii.vinc17.org (ANancy-552-1-48-18.w92-141.abo.wanadoo.fr [92.141.199.18]) by mwinf2f17.orange.fr (SMTP Server) with ESMTP id EF0F380001E6; Sun, 12 Jul 2009 22:59:05 +0200 (CEST) X-ME-UUID: 20090712205905979.EF0F380001E6@mwinf2f17.orange.fr Received: from vinc17 by xvii.vinc17.org with local (Exim 4.69) (envelope-from ) id 1MQ68X-0006lG-H8; Sun, 12 Jul 2009 22:59:05 +0200 Date: Sun, 12 Jul 2009 22:59:05 +0200 From: Vincent Lefevre To: zsh-workers@sunsite.dk Subject: zsh 4.3.10 terminates with SIGINT when one types Ctrl-G in emacs under Mac OS X Message-ID: <20090712205905.GA7803@xvii.home> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.20-5982-vl-r30292 (2009-07-11) X-Virus-Scanned: ClamAV 0.94.2/9557/Sun Jul 12 22:01:16 2009 on bifrost X-Virus-Status: Clean Hi, I've found a problem with zsh 4.3.10 (and some previous versions, as this bug has occurred for quite a long time, and I've identified it only now). I could trigger it only under Mac OS X (version 10.4.11). Consider a script with a line like /usr/bin/emacs -Q -nw or /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs -Q -nw (the problem doesn't depend on the version of emacs, e.g. 21 or 22). Run it with: zsh -f ./script and type Ctrl-G in Emacs. Then zsh terminates with a SIGINT, killing Emacs at the same time. This problem also occurs with ksh 1993-12-28 p, but not with bash. With zsh 4.2.3, the SINGINT occurs only after Emacs terminates (e.g. by quitting it with C-x C-c). -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)