From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5363 invoked from network); 12 Feb 2003 03:09:04 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Feb 2003 03:09:04 -0000 Received: (qmail 4487 invoked by alias); 12 Feb 2003 01:22:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18225 Received: (qmail 4480 invoked from network); 12 Feb 2003 01:22:17 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 12 Feb 2003 01:22:16 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [156.153.255.205] by sunsite.dk (MessageWall 1.0.8) with SMTP; 12 Feb 2003 1:22:14 -0000 Received: from smtp1.fc.hp.com (smtp1.fc.hp.com [15.15.136.127]) by atlrel6.hp.com (Postfix) with ESMTP id 784E91C00073 for ; Tue, 11 Feb 2003 20:22:17 -0500 (EST) Received: from hpesnhp.fc.hp.com (hpesnhp.fc.hp.com [15.6.80.123]) by smtp1.fc.hp.com (Postfix) with ESMTP id 3B4CA380A4; Tue, 11 Feb 2003 18:22:17 -0700 (MST) Received: (from nathan@localhost) by hpesnhp.fc.hp.com (8.9.3 (PHNE_18546)/8.9.3) id SAA11609; Tue, 11 Feb 2003 18:22:17 -0700 (MST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15945.41416.979345.594652@hpesnhp.fc.hp.com> Date: Tue, 11 Feb 2003 18:22:16 -0700 From: Nathan Peirce To: zsh-workers@sunsite.dk Cc: Matt Lovell Subject: Zsh doesn't compile correctly out of the box for HPUX X-Mailer: VM 7.07 under 21.4 (patch 8) "Honest Recruiter" XEmacs Lucid It does compile, but zle doesn't function correctly unless you have the LIBS line in the Makefile look like this: LIBS = -lnsl -lHcurses -lcurses -lm -lc Notice that the Hcurses library has to be used instead of the default curses. What happens is the backspace doesn't work. When you hit backspace nothing happens (and in fact if stty is set to do a backspace-space-backspace it actually just goes forward a space instead of backwards). I've had this problem dating back to HPUX 10.20 (and now on 11.11). It would be nice to have a fix in configure or a note added to MACHINES Thanks zsh-workers -- Nathan Peirce Hewlett Packard System VLSI Technology Division Phone: 970-898-7928 Email: nathan@fc.hp.com