From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14838 invoked from network); 1 Aug 2001 21:04:13 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Aug 2001 21:04:13 -0000 Received: (qmail 13452 invoked by alias); 1 Aug 2001 21:03:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4084 Received: (qmail 13441 invoked from network); 1 Aug 2001 21:03:45 -0000 From: Agris Taurins Message-Id: <200108012103.f71L3fR00921@penguin.inetnebr.com> Subject: zsh apparently grabbing intr To: zsh-users@sunsite.dk Date: Wed, 1 Aug 2001 16:03:41 -0500 (CDT) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I hope someone can help at least give me some idea what's happening... I'm running a RedHat 7.1ish Linux box. I just installed the latest zsh rpm, zsh-4.0.2-1.i386.rpm. Now, zsh seems to be grabbing the intr signal from the keyboard and keeping it all to itself. For example, stty -a shows that intr is mapped to ^C. I press ^C on the keyboard and absolutly nothing happens. I re-map intr to ^K. I can now press ^C to my heart's delight, but now zsh keeps ^K. You get the picture. It's not endemic of the system, because when I go to ksh or bash, the interrupt works just fine. Prior to 4.0.2-1 I was running some 4.x.x version, but I don't recall what it was right now. Under that version, everything inerrupted just fine. I changed no options or parameters in conjuction with the install. No, I don't extendedglob set. Anyone with some clues?