From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8678 invoked from network); 24 Aug 2005 00:41:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Aug 2005 00:41:16 -0000 Received: (qmail 35988 invoked from network); 24 Aug 2005 00:41:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Aug 2005 00:41:10 -0000 Received: (qmail 24595 invoked by alias); 24 Aug 2005 00:41:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9342 Received: (qmail 24584 invoked from network); 24 Aug 2005 00:41:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Aug 2005 00:41:00 -0000 Received: (qmail 34825 invoked from network); 24 Aug 2005 00:40:59 -0000 Received: from wproxy.gmail.com (64.233.184.201) by a.mx.sunsite.dk with SMTP; 24 Aug 2005 00:40:55 -0000 Received: by wproxy.gmail.com with SMTP id i20so345793wra for ; Tue, 23 Aug 2005 17:40:54 -0700 (PDT) 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:content-transfer-encoding:content-disposition; b=Kp/gLvVF6SGIPVjIaUETYWiaE9y6lMAKKFf0mcYQxoMGHv632ei5P3JvmsjTW0IFjGERWLHHdR1RAPFadZzqH7qVVzgBl/5Mq2U1ldfxHC/Okm4kVaUSW+fi9QXfDAkSN6b9gL+yfmQAGO9j/19LP748t3Nc2Yxc3I5ZN7sKauo= Received: by 10.54.33.2 with SMTP id g2mr14854wrg; Tue, 23 Aug 2005 17:40:54 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Tue, 23 Aug 2005 17:40:54 -0700 (PDT) Message-ID: <3060c239050823174037861ef8@mail.gmail.com> Date: Tue, 23 Aug 2005 20:40:54 -0400 From: Mike Hernandez To: zsh-users@sunsite.dk Subject: strange key behavior after compiling zsh on tiger Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 I decided to build zsh-4.2.5 on my powerbook, which is running OS X Tiger. 4.2.3 was working fine, I suppose I should have stayed with it, but it's too late for that now... My issue is that now my delete key deletes characters but doesnt move the cursor while it deletes, and if i press any of my arrow keys or the esc key the terminal stops responding to key presses altogether.=20 I havent changed any of my startup files, inputrc, or terminal preferences, what I did was ./configure --prefix=3D/usr --bindir=3D/bin (yes I should have installed it somewhere else to test it first, but again it's too late now) make && make install. Someone in #zsh compiled 4.2.5 on his mac and it ran without this strange occurance. Other notes: tcsh and bash both work normally, and zsh --no-rcs has the same problems as if I let it start normally (so to me it seems that it's not a startup file issue) Any ideas would be greatly appreciated. Mike