From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id JAA28911 for ; Mon, 1 Apr 1996 09:55:55 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id SAA22379; Sun, 31 Mar 1996 18:41:08 -0500 (EST) Resent-Date: Sun, 31 Mar 1996 18:41:08 -0500 (EST) Message-Id: <199603312340.PAA06929@envy.ugcs.caltech.edu> To: zsh-workers@math.gatech.edu Subject: zsh v 2.6-beta13 bug X-Mailer: MH 6.8.3 X-URL: http://www.ugcs.caltech.edu/~huyle MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14007.828315607.1@bradbert.ugcs.caltech.edu> Date: Sun, 31 Mar 1996 15:40:08 -0800 From: Huy Le Resent-Message-ID: <"qpgdr1.0.bT5.JWnNn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/885 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On: HP-UX A.09.01 A 9000/715 IRIX 5.3 IP22 mips SunOS 5.4 sun4d sparc In 'bindkey -v' mode, if I do the '~' command on an empty line, the cursor moves up to the first cursor of the line before the current line. Instead, nothing should happen. Additionally, on HP, after doing that, I can sometimes crash zsh, if I do: 1. '~' (as described above) 2. 'j' 'k' 'j' 'k'... (until there's a beep) 3. 'a' (add) ' ' (any character) (a '^Q' suddenly appears on the command line) 4. -'c' (break) zsh: 13975 bus error zsh -f On SunOS, after step 4, the shell doesn't crash but instead freezes. - Huy