Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Authenticated: #19173183 From: "anamtharon" To: Subject: Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions. Date: Wed, 12 Jan 2005 07:47:15 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 at brian; you're right. rational rose has changed my environment and cygwin is confused in believing that the SHELL was changed to some freak rational product and pointed the HOME variable to the windows home path in Documents and Settings (or something. am using the german windows version, so i don't really know what perverse translation the germans had used this time to make it read 'Dokumente und Einstellungen'). so, where i said that a quick ':set term=cygwin' would solve the problem, it actually fixed only the weird output behavior, but my .vimrc settings wouldn't have been read, etc. Revised solution. to (hopefully) get it right this time, i edited the cygwin.bat batch file to say something like: @echo off set SHELL=sh set HOME=c:\cygwin\home\anamtharon c: chdir c:\cygwin\bin bash --login -i the second and third line should make a temporary fix for the cygwin session but not alter the environment which rational rose most surely will be needing. for my system at least, this seems to work alright. That's it. thank you guys for your time and effort. hope you'll have a nice day, too! anamtharøn -- 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/