From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25580 invoked from network); 25 Aug 2004 17:06:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Aug 2004 17:06:30 -0000 Received: (qmail 40925 invoked from network); 25 Aug 2004 17:06:20 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Aug 2004 17:06:20 -0000 Received: (qmail 29769 invoked by alias); 25 Aug 2004 17:06:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20285 Received: (qmail 29759 invoked from network); 25 Aug 2004 17:06:07 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 25 Aug 2004 17:06:07 -0000 Received: (qmail 39949 invoked from network); 25 Aug 2004 17:05:00 -0000 Received: from comfychair.org (HELO mail.comfychair.org) (64.81.48.111) by a.mx.sunsite.dk with SMTP; 25 Aug 2004 17:04:58 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.comfychair.org (Postfix) with ESMTP id B21DD111D89 for ; Wed, 25 Aug 2004 10:04:56 -0700 (PDT) Received: from mail.comfychair.org ([127.0.0.1]) by localhost (la-z-boy.comfychair.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04222-05-5 for ; Wed, 25 Aug 2004 10:04:56 -0700 (PDT) Received: by mail.comfychair.org (Postfix, from userid 1000) id 9CFB4111D8D; Wed, 25 Aug 2004 10:04:56 -0700 (PDT) Date: Wed, 25 Aug 2004 10:04:56 -0700 From: Danek Duvall To: zsh-workers@sunsite.dk Subject: zsh exits after delete-char-or-list and two ^Cs Message-ID: <20040825170456.GA7526@la-z-boy.comfychair.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at comfychair.org X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Hits: -4.9 This happens with 4.0.6, 4.2.0 and 4.2.1, the first two on Linux, the latter on Solaris. If I use delete-char-or-list, then hit control-C twice, the first time cancels the command-line where I hit ^D, and the second one exits the shell. This happens both with my normal config and running zsh -f. With the latter I can get the shell to exit (after using delete-char-or-list) by hitting control-A a few times, then diddling around with the cursor keys and typing a bit (though I can't find a consisten way of reproducing this). Note that the shell simply exits, it doesn't crash. Has this been brought up before? Thanks, Danek