Re: Vim crashes under Cygwin. Don't know how to debug it

2012-07-13 Thread Gary Johnson
On 2012-07-13, S. Cowles wrote: > On Fri, 13 Jul 2012, Lech Lorens wrote: > > >I have found a 100%-reproducible scenario in which Vim crashes. I > >work on 2 computers sharing a mouse and a keyboard between them > >with Synergy 2. One of the computers runs Windows 7 with Cygwin, > >the other is ru

Re: Vim crashes under Cygwin. Don't know how to debug it

2012-07-13 Thread Dominique Pellé
Lech Lorens wrote: > I have found a 100%-reproducible scenario in which Vim crashes. I work > on 2 computers sharing a mouse and a keyboard between them with > Synergy 2. One of the computers runs Windows 7 with Cygwin, the other > is running Linux. > Under Cygwin (no matter whether it is mintty

perl interpreter build failure with latest hg source

2012-07-13 Thread Britton Kerin
ug ug ug arg please I've given money to the Ugandan orphans I want to cash in my karma now please someone I just hg the latest as per vim home page still no luck building with the perl interpreter, though its a different error. ./configure works fine as before: /configure --with-fea

Re: Vim crashes under Cygwin. Don't know how to debug it

2012-07-13 Thread S. Cowles
On Fri, 13 Jul 2012, Lech Lorens wrote: I have found a 100%-reproducible scenario in which Vim crashes. I work on 2 computers sharing a mouse and a keyboard between them with Synergy 2. One of the computers runs Windows 7 with Cygwin, the other is running Linux. Under Cygwin (no matter whether

failure compiling vim against perl 5.16

2012-07-13 Thread Britton Kerin
This ./configure command works fine: ./configure --with-features=big --enable-luainterp=dynamic --enable-mzschemeinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-perlinterp=dynamic --prefix=$HOME/local But then when I try to compile this happens: [sn

Re: if_xcmdsrv.c patches

2012-07-13 Thread Brian D. Burns
On 07/10/2012 06:31 AM, Bram Moolenaar wrote: > > Brian Burns wrote: > >> I've attached some basic tests. >> I'm not sure if what I'm doing here would work on all systems, >> but it's a start. Let me know what you think. > > Thanks. It's nice to have a test for this, there was nothing before. >

Re: normal n

2012-07-13 Thread Axel
Thanks for the answer - I overread that last "Same thing ..." in the docs. Greetings -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Support SGR mouse tracking on terminal.

2012-07-13 Thread mattn
Hi list. I've received a patch to support SGR mouse tracking on terminal. http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Mouse%20Tracking https://groups.google.com/forum/#!topic/vim_use/lo6PLRUu2Gg This works well on xterm patch 277 or later. Currently, vim can't recognize column number

Re: keyword completion does not work with multi-byte characters.

2012-07-13 Thread mattn
Below is a screen-shot of patch applied. http://go-gyazo.appspot.com/5e596838cf68b531.png -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

keyword completion does not work with multi-byte characters.

2012-07-13 Thread mattn
If inserted some multi-byte characters and type , it appear broken characters in completion candidates like following. http://go-gyazo.appspot.com/ee6ab651c4bb46db.png Below is a patch. Please check. https://gist.github.com/3103237 Thanks. -- You received this message from the "vim_dev" mail

Vim crashes under Cygwin. Don't know how to debug it

2012-07-13 Thread Lech Lorens
I have found a 100%-reproducible scenario in which Vim crashes. I work on 2 computers sharing a mouse and a keyboard between them with Synergy 2. One of the computers runs Windows 7 with Cygwin, the other is running Linux. Under Cygwin (no matter whether it is mintty or Cygwin/X with xterm; it does