RE: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-12 Thread White, Robert (IT)
Also mks toolkit seems to set this particular term setting. Regards Rob White London DBA Group [EMAIL PROTECTED] +44 207 6773609 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: 12 January 2005 06:22 Cc: cygwin@cygwin.com

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-12 Thread Larry Hall
At 01:22 AM 1/12/2005, you wrote: anamtharon wrote: ok. the solution to my little problem is this: :set term=cygwin which used to be initially set to 'nutc' (term=nutc). that was all. wonder what had changed that. That would be Rational Rose I believe. If you have that

vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
Good morning. Since i've updated cygwin i only had time to try out vim again, and there seems to be a problem with the automatic movement of the input cursor. E.g. after simple character input, the cursor isn't moved to the next positon (but vim keeps overwriting the last character i typed).

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Larry Hall
At 10:24 PM 1/11/2005, you wrote: Good morning. Since i've updated cygwin i only had time to try out vim again, and there seems to be a problem with the automatic movement of the input cursor. E.g. after simple character input, the cursor isn't moved to the next positon (but vim keeps

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Raye Raskin
- Original Message - From: anamtharon To: cygwin@cygwin.com Sent: Tuesday, January 11, 2005 7:24 PM Subject: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions. Good morning. Since i've updated cygwin i only had time to try out vim again, and there

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ok. the solution to my little problem is this: :set term=cygwin which used to be initially set to 'nutc' (term=nutc). that was all. wonder what had changed that. thanks for the comments. at Raye; the console version is fine for me, thanks a bunch! at Mr. Hall; sorry for neglecting

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Brian Dessent
anamtharon wrote: ok. the solution to my little problem is this: :set term=cygwin which used to be initially set to 'nutc' (term=nutc). that was all. wonder what had changed that. That would be Rational Rose I believe. If you have that installed it seems to set $TERM to

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
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

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ok, i'm sorry. i have forgotten to add a line to the batch file, because i had added it to the .vimrc file before. the line is this: 'set TERM=cygwin'. so here we go again... Revised solution (version 2). New cygwin.bat file: @echo off set SHELL=sh set

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread Jon A. Lambert
anamtharon wrote: Revised solution (version 2). New cygwin.bat file: @echo off set SHELL=sh set HOME=c:\cygwin\home\anamtharon set TERM=cygwin ... Now that's it. Not quite it! Rational can also add these to your environment: TERMCAP=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\etc\termcap