From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21019 invoked from network); 18 Dec 2007 18:19:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,FROM_LOCAL_NOVOWEL autolearn=no version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Dec 2007 18:19:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17099 invoked from network); 18 Dec 2007 18:19:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Dec 2007 18:19:13 -0000 Received: (qmail 16924 invoked by alias); 18 Dec 2007 18:19:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24285 Received: (qmail 16910 invoked from network); 18 Dec 2007 18:19:10 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Dec 2007 18:19:10 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 19EF18058F54 for ; Tue, 18 Dec 2007 19:16:00 +0100 (CET) Received: from cbsrstar.ucr.edu (cbsrstar.ucr.edu [138.23.243.67]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 18 Dec 2007 19:16:00 +0100 (CET) Received: from [192.168.0.116] (cbsr29.ucr.edu [138.23.143.222]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cbsrstar.ucr.edu (Postfix) with ESMTP id AA85D351C020; Tue, 18 Dec 2007 10:18:55 -0800 (PST) Message-ID: <47680F2B.3090201@spambox.us> Date: Tue, 18 Dec 2007 10:19:23 -0800 From: "Chuck (vid,smtp3)" User-Agent: Thunderbird 2.0.0.9 (X11/20071120) MIME-Version: 1.0 To: Wayne Davison CC: zsh-workers@sunsite.dk Subject: Re: zsh in screen - bad erase key ^@ instead of ^H or ^? References: <47677243.9030309@spambox.us> <20071218150148.GA4758@blorf.net> In-Reply-To: <20071218150148.GA4758@blorf.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Nope, no bindkeys like that. I tried to force bindkey -d -k kb stuff ^H but it didn't have any affect. Wayne Davison wrote: > On Mon, Dec 17, 2007 at 11:09:55PM -0800, Chuck wrote: > >> ^v(bs key) tells me bs is currently ^@. >> > > Check your screenrc files to see if the backspace key is being handled > specially. I've seen the following in /etc/screenrc on some older systems: > > bindkey -d -k kb stuff ^H > > Perhaps yours has ^@? You can override this by leaving off the "stuff" > command: > > bindkey -d -k kb > > ..wayne.. > >