From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5156 invoked from network); 14 Jan 1997 14:23:36 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 14 Jan 1997 14:23:36 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA09383; Tue, 14 Jan 1997 09:24:19 -0500 (EST) Resent-Date: Tue, 14 Jan 1997 09:24:19 -0500 (EST) From: Zefram Message-Id: <18401.199701141424@stone.dcs.warwick.ac.uk> Subject: Re: vi-goto-column To: hzoli@cs.elte.hu (Zoltan Hidvegi) Date: Tue, 14 Jan 1997 14:24:53 +0000 (GMT) Cc: zsh-workers@math.gatech.edu (Z Shell workers mailing list) In-Reply-To: <199701141405.PAA21563@bolyai.cs.elte.hu> from "Zoltan Hidvegi" at Jan 14, 97 03:05:50 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8728.00 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"XHfZa2.0.VI2.JSvso"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2792 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Zoltan Hidvegi wrote: >The patch below will probably does what you want but vi fans may oppose >this patch. POSIX.2 upe specifies the requirements for vi mode, but >unfortunately I do not have this document so I do not know how this should >behave. Bash behaves like zsh so I think the current behaviour >(ie. without the patch below) is correct. This patch is correct. After any command has been executed, ZLE will move the cursor back one column if it is at the very end of a line in vi command mode, so for vi users the visible behaviour is not changed by this patch. -zefram