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 *

Fwd: Re: Collection of Vulnerabilities in Fully Patched Vim 7.1

2008-07-02 Fir de Conversatie Bram Moolenaar
Jan Minar wrote: Looks like this didn't go through, so here it is again: I did see it. Thanks for the followup. The problem with the zip plugin was a mistake in the script, using has() instead of exists(). Has already been fixed, but it's not distributed yet. The problem with not escaping

Re: Patch 7.2a.005

2008-07-02 Fir de Conversatie Patrick Texier
On Fri, 27 Jun 2008 21:17:26 +0200, Bram Moolenaar wrote: Problem:A few error messages use confusing names. Misspelling. Solution: Change dissallows to disallows. (Dominique Pelle) Change number to Number. Files:src/eval.c, src/fileio.c Updating my fr.po with

Re: Patch 7.2a.005

2008-07-02 Fir de Conversatie Bram Moolenaar
Patrick Texier wrote: On Fri, 27 Jun 2008 21:17:26 +0200, Bram Moolenaar wrote: Problem:A few error messages use confusing names. Misspelling. Solution: Change dissallows to disallows. (Dominique Pelle) Change number to Number. Files: src/eval.c, src/fileio.c

Gvim issue: slow scrolling of terminal output

2008-07-02 Fir de Conversatie Amy Williams
Gvim appears to have very slow scrolling for output from external commands. This is an issue for me, particularly with :make and with spell checking. To see the issue, run gvim, type a word, and then with the cursor over that word, type z= (for suggested spell corrections). The issue is worse for

Re: Error in vimrc_example.vim when no mouse support

2008-07-02 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: I just compiled a minimal Vim as an experiment. Here are my configure settings (most of them are probably redundant): export CONF_OPT_X='--without-x' export CONF_OPT_GUI='--disable-gui' export CONF_OPT_FEAT='--with-features=tiny' export

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: Patch 7.2a.012

2008-07-02 Fir de Conversatie Tony Mechelynck
On 07/02/08 21:05, Bram Moolenaar wrote: Patch 7.2a.012 Problem:Compiler warnings for casting int to pointer. Solution: Add cast to long in between. (Martin Toft) Files:src/gui_gtk_x11.c I get the following warnings. AFAICT they don't prevent a functioning gvim from being

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