From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id XAA08936 for ; Thu, 21 Nov 1996 23:17:04 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA20542; Thu, 21 Nov 1996 07:07:17 -0500 (EST) Resent-Date: Thu, 21 Nov 1996 06:40:45 -0500 (EST) Sender: ave@niksula.hut.fi To: zsh-users@math.gatech.edu Subject: Ctrl-Space kills zsh Mime-Version: 1.0 (generated by tm-edit 7.93) Content-Type: text/plain; charset=US-ASCII From: Aki Vehtari Date: 21 Nov 1996 13:41:04 +0200 Message-ID: X-Mailer: Gnus v5.2.40/XEmacs 19.14 Resent-Message-ID: <"MFkDg3.0.ky4.u-3bo"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/507 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Pressing Ctrl-Space which sends '^@', kills zsh. This problem has been in versions 2.6* and is still in 3.01 The problem appears only in terminals that processes the Ctrl-Space and send '^@' to shell. For example some xterm implementations don't send anything to shell when Ctrl-Space is pressed and this problem is not appearing there (but there you have problem of not being able to use Ctrl-Space for anything). Is there something wrong with handling 'null'-character ('^@') in zsh? (Or is there some setting that I haven't noticed?) Aki