From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16209 invoked from network); 21 Apr 1998 12:37:24 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 21 Apr 1998 12:37:24 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id IAA04322; Tue, 21 Apr 1998 08:33:38 -0400 (EDT) Resent-Date: Tue, 21 Apr 1998 08:33:38 -0400 (EDT) Message-ID: <00ba01bd6d21$910da1e0$21c9ca95@ao13.mow.sni.de> From: "Andrej Borsenkow" To: , "Peter Stephenson" Cc: "Tal Ovadia" Subject: Re: Problems with zsh & HP10.20 Date: Tue, 21 Apr 1998 16:32:35 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Resent-Message-ID: <"nAHS82.0.T31.Y89Fr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3853 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----Original Message----- From: Peter Stephenson > > The cursor keys send different codes depending on the terminal; zsh > only binds the most well known versions. But the termcap/terminfo names are (hopefully) the same. If you see these problems, > try putting the following in your tt(.zshrc): > > verb( > bindkey "$(echotc kl)" backward-char > bindkey "$(echotc kr)" forward-char > bindkey "$(echotc ku)" up-line-or-history > bindkey "$(echotc kd)" down-line-or-history > ) > I don't understand, why ZSH cannot do it, if it tries to initialize cursor keys at all. Or better leave it to user and explicitly state, that cursor keys are *not* bound by default. A. Borsenkow