From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 842 invoked from network); 11 Feb 2006 01:45:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,HTML_MESSAGE autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Feb 2006 01:45:44 -0000 Received: (qmail 99764 invoked from network); 11 Feb 2006 01:45:30 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Feb 2006 01:45:30 -0000 Received: (qmail 22167 invoked by alias); 11 Feb 2006 01:45:22 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9910 Received: (qmail 22156 invoked from network); 11 Feb 2006 01:45:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Feb 2006 01:45:21 -0000 Received: (qmail 98620 invoked from network); 11 Feb 2006 01:45:20 -0000 Received: from wproxy.gmail.com (64.233.184.204) by a.mx.sunsite.dk with SMTP; 11 Feb 2006 01:45:20 -0000 Received: by wproxy.gmail.com with SMTP id i13so666955wra for ; Fri, 10 Feb 2006 17:45:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=AjTAfFTJammM+Ln5aSu56dnUlaP6EZb7tJh+CvZi5OgAQ8bQ29DJwnuwLLC/l2SOdjBEKwEsvfToLAW4KMIXynEGbc3N8iMx1Ofjzv2A5GyOb5kiBVN1BJnbuVjueq8kTXUTiGyIzkPU+fy/4bfFyU5y4YZWDjv9sypzrhuEa1A= Received: by 10.54.61.20 with SMTP id j20mr58530wra; Fri, 10 Feb 2006 17:45:18 -0800 (PST) Received: by 10.54.79.16 with HTTP; Fri, 10 Feb 2006 17:45:18 -0800 (PST) Message-ID: <7c737f300602101745u7b3f8329l6700ada175769353@mail.gmail.com> Date: Fri, 10 Feb 2006 17:45:18 -0800 From: Deliverable Mail To: zsh-users@sunsite.dk Subject: backspace => ^? in remote vi under screen, all shells zsh MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2808_19444837.1139622318925" ------=_Part_2808_19444837.1139622318925 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have this annoying problem -- in my local zsh and screen everything is OK. But when I log into certain Red Hat 7.2 boxen from a window in that screen, and start vi, backspace produces ^?. Note that *remote* shell is zsh and backspace in its command line works just fine. I dug out the solution for (the local) screen -- tell it bindkey ^? stuff ^H That fixes the remote vi, keeps remote zsh happy, but breaks the local screen itself fscking up ^A which no longer moves to the previous window until it eats an extra key press or something. I wonder whether this is a problem which can be fixed on zsh's own bindkey level? Cheers, Alexy ------=_Part_2808_19444837.1139622318925 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
I have this annoying problem -- in my local zsh and screen everything = is OK.  But when I log into certain Red Hat 7.2 boxen from a window in= that screen, and start vi, backspace produces ^?.  Note that *remote*= shell is zsh and backspace in its command line works just fine.
 
I dug out the solution for (the local) screen -- tell it
 
bindkey ^? stuff ^H
 
That fixes the remote vi, keeps remote zsh happy, but breaks the local= screen itself fscking up ^A <backspace> which no longer moves to the= previous window until it eats an extra key press or something.
 
I wonder whether this is a problem which can be fixed on zsh's own bin= dkey level?
 
Cheers,
Alexy
------=_Part_2808_19444837.1139622318925--