Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-03 Fir de Conversatie SungHyun Nam
Hello, First of all, your patch for mbyte.c is totally different for this thread. You could send it with different bug report. It seems your patch for mbyte.c is fine to me though I test it not much. Added comment below is only for CursorIM problem. mattn wrote: On Thu, Jul 3, 2008 at 1:24

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie SungHyun Nam
Tony Mechelynck wrote: On 02/07/08 06:23, SungHyun Nam wrote: Hello, My settings are: --- $ echo $LANG $ echo $GTK_IM_MODULE hangul2 $ echo $XMODIFIERS $ I think LANG does not affect cygwin. Instead windows's current codepage(?)

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie mattn
At the first, I explain the current state of Vim and IM. Vim is supporting some GUI interface. * Windows * Mac * Xaw * GTK * etc... And Vim is supporting some IM on the above. * Windows - WindowsIME * Mac - MacIME * Xaw - XIM * GTK - gtkimmodule * etc... WindowsIME, MacIME, XIM are able to

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie Tony Mechelynck
On 02/07/08 11:50, mattn wrote: At the first, I explain the current state of Vim and IM. Vim is supporting some GUI interface. * Windows * Mac * Xaw * GTK * etc... And Vim is supporting some IM on the above. * Windows - WindowsIME * Mac - MacIME * Xaw - XIM * GTK - gtkimmodule *

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie SungHyun Nam
Tony Mechelynck wrote: On 02/07/08 11:50, mattn wrote: At the first, I explain the current state of Vim and IM. Vim is supporting some GUI interface. * Windows * Mac * Xaw * GTK * etc... And Vim is supporting some IM on the above. * Windows - WindowsIME * Mac - MacIME

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie mattn
On Thu, Jul 3, 2008 at 8:41 AM, SungHyun Nam [EMAIL PROTECTED] wrote: snip Or, CursorIM should be changed while the preediting characters are exist. And my patch exactly did it? did I misunderstood? Yes. I don't think the removing all supports of CursorIM on gtk2. It's a partial

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie SungHyun Nam
mattn wrote: Yes, my solution is the fixing of above. CursorIM is getting status of IM from im_get_status(). But vim should set status of preediting for CursorIM. My roughly patch is fixing this. I am somewhat confused. Did you check my patch I sent out? I read your mail that your

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-02 Fir de Conversatie mattn
On Thu, Jul 3, 2008 at 1:24 PM, SungHyun Nam [EMAIL PROTECTED] wrote: mattn wrote: Yes, my solution is the fixing of above. CursorIM is getting status of IM from im_get_status(). But vim should set status of preediting for CursorIM. My roughly patch is fixing this. I am

VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Hello, I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) - 'CursorIM' color I can

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie Bram Moolenaar
SungHyun Nam wrote: I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) - 'CursorIM' color

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Bram Moolenaar wrote: SungHyun Nam wrote: I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) -

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie mattn
SungHyun Nam, more question. what $LANG? what $GTK_IM_MODULE? what $XMODIFIERS Thanks. On Wed, Jul 2, 2008 at 10:28 AM, SungHyun Nam [EMAIL PROTECTED] wrote: mattn wrote: Hmm, it seems that current code was broken for japanese also. I'll look into it later. SungHyun Nam, What IM do you

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Hello, My settings are: --- $ echo $LANG $ echo $GTK_IM_MODULE hangul2 $ echo $XMODIFIERS $ I think LANG does not affect cygwin. Instead windows's current codepage(?) affects cygwin. I use Korean version of windows which use CP949 codepage. Unix(or Linux)

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie Tony Mechelynck
On 02/07/08 06:23, SungHyun Nam wrote: Hello, My settings are: --- $ echo $LANG $ echo $GTK_IM_MODULE hangul2 $ echo $XMODIFIERS $ I think LANG does not affect cygwin. Instead windows's current codepage(?) affects cygwin. I use Korean version of