Re: Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-11-14 Fir de Conversatie MBro
On Nov 14, 7:52 am, Ben Schmidt [EMAIL PROTECTED] wrote: The only solution I found at this time, was to modify the call to CreateProcess in os_win32.c and change the parameter Creation Flags to use CREATE_NO_WINDOW instead of CREATE_NEW_CONSOLE. IIRC, you can use Vim's system() function

Re: Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-11-14 Fir de Conversatie Ben Schmidt
Thanks for the advice. I attempted this already. It was suggested by a person on the vim_use mailing list. I had problems setting up my mappings though: map silent f2 :silent! !chmod u+w `cygpath %`CR map F2 :call system('chmod u+w `cygpath '.expand('%').'`')CR should be close. It

Re: Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-11-13 Fir de Conversatie MBro
On Nov 3, 4:14 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: M. Brotherston wrote: I posted this thread originally on vim_use, but I the only 'solution' I found so far was to modify the source code. So here goes: [Quoted from original post] Situation. I downloaded and installed 'TweakUI'

Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-10-14 Fir de Conversatie MBro
I posted this thread originally on vim_use, but I the only 'solution' I found so far was to modify the source code. So here goes: [Quoted from original post] Situation. I downloaded and installed 'TweakUI' for Windows XP. I turned on the 'X-Mouse :: Activation Follows Mouse' feature, and