X-Spam-Check-By: sourceware.org From: Steven Woody To: cygwin AT cygwin DOT com Subject: Re: backspace key in gvim References: <20060318185050 DOT DFE3F2680 AT dot DOT warande DOT net> Date: Sun, 19 Mar 2006 11:41:51 +0800 In-Reply-To: <20060318185050.DFE3F2680@dot.warande.net> (Arend-Jan Westhoff's message of "Sat, 18 Mar 2006 19:50:47 +0100") Message-ID: <87y7z7w16o.fsf@narke.yellow.line> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Arend-Jan Westhoff writes: > At 23:42 2006-03-18 +0800, Steven Woody wrote: >> >>hi, >> >>i've installed gvim on cygwin, but the backspace does not work properly. the >>problem is, in insert mode, the backspace key can not delete any character >>which are typed before current insert mode ( it can only delete chars > typed in >>this insert session ). >> >>is there any clue? thanks. >> >> >>-- >>steven woody (id: narke) >> > > > As far as I know vi has always worked like that. > Just as when you set Auto Indent mode with: > :set ai > you cannot move to before the initial indentation point with backspace, > but have to use Ctrl-d instead. > Taking your message at face value one might think you would be happier with > using gvim in easy mode: > gvim -y > However I think using that mode subtracts much more from the > strong points of vi than it does from its weak points. > There is also the question of whether this question is on topic for this list. thanks for you answer and suggestion, but i don't think i am off topic. the problem i described only happen on Cygwin+Win32. i might not descript it so clear, let me do it again: Case A ------ 1, open gvim. 2, press 'i' 3, type in 'hello,' 4, press ESC ( back to command mode ) 5, press 'a' 6, type in 'world' 7, press BACKSPC 5 times, now the 'world' was deleted 8, press BACKSPC again, however, this time nothing happen, the ',' and previous 'hello' can not be deleted as expected. -- steven woody (id: narke) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/