From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id IAA01878 for ; Tue, 24 Sep 1996 08:40:37 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id SAA19464; Mon, 23 Sep 1996 18:29:08 -0400 (EDT) Resent-Date: Mon, 23 Sep 1996 18:27:38 -0400 (EDT) Message-Id: <199609232227.SAA21805@k2.ccs.neu.edu> X-Authentication-Warning: k2.ccs.neu.edu: Host thigpen@localhost.ccs.neu.edu [127.0.0.1] didn't use HELO protocol To: David Lebel cc: zsh-users@math.gatech.edu Subject: Re: CTRL-C exits my shell! In-reply-to: Your message of "17 Sep 1996 15:53:29 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Sep 1996 18:27:31 -0400 From: Hank Hughes Resent-Message-ID: <"xttWg1.0.Ll4.PxmHo"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/422 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu | Hello, | | I'm using zsh 3.0.0 on Linux, and I have some problems with | it. When I issue a CTRL-C at the shell prompt, zsh quits and returns | to the login prompt when I'm at the console, and close the xterm | window when under X. I compiled the same zsh on Solaris, and I have | no such problems. | | Is there a cure for this ? | | ...David | | PS: stats: Linux 2.0.20/Redhat 3.0.4 distribution | Solaris 2.5 running on UltraSPARC 140 machine. It's been a long while, but I remember a similar problem. Pay close attention to wether your defining any if not all your signals in signals.{c,h}. I remember fudging something in the configuration or makefile. Hoping this is a pointer, -Hank