Re: macosx x11/motif vim-7.3.905 test92 fails

2013-04-17 Thread Roland Eggner
On 2013-04-17 Wednesday at 12:39 +1000 wrote: > macosx-10.6.8 > gcc-4.2.1 > vim-7.3.905 > > configure \ > --disable-darwin \ > --with-x \ > --enable-gui=motif \ > --enable-multibyte \ > --with-mac-arch=current \ > --with-features=huge \ > --

modeless-selection distorts all characters in gVim

2013-04-17 Thread Dimitar DIMITROV
Hi, Anyone knows why in gVim modeless-selection distorts all characters which makes the selection quite unreadable?   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply b

Re: modeless-selection distorts all characters in gVim

2013-04-17 Thread Ben Fritz
On Wednesday, April 17, 2013 9:23:58 AM UTC-5, Dimitar DIMITROV wrote: > Hi, > > > Anyone knows why in gVim modeless-selection distorts all characters which > makes the selection quite unreadable? >   Works fine for me on gvim 7.3.822 in Windows 7 64-bit. When I am in normal mode, and use the

Re: modeless-selection distorts all characters in gVim

2013-04-17 Thread Dimitar DIMITROV
Hi Ben, what I meant is modeless selection (:h modeless) so try to select the text after using :e for instance (and before hitting or ^c of course) Cheers Note: my gVim version is: 7.3.409 Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka)

Re: modeless-selection distorts all characters in gVim

2013-04-17 Thread Ben Fritz
> On Wednesday, April 17, 2013 10:47:00 AM UTC-5, Dimitar DIMITROV wrote: > I wrote: > > On Wednesday, April 17, 2013 9:23:58 AM UTC-5, Dimitar DIMITROV wrote: > > > Hi, > > > > > > > > > Anyone knows why in gVim modeless-selection distorts all characters > > > which makes the selection quite unr

Re: modeless-selection distorts all characters in gVim

2013-04-17 Thread Benjamin Fritz
On Wed, Apr 17, 2013 at 11:06 AM, Ben Fritz wrote: > > See image attached to my next message for what I see. > > And please bottom-post. > Image attached. -- -- 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

Re: macosx x11/motif vim-7.3.905 test92 fails

2013-04-17 Thread Bram Moolenaar
Raf wrote: > macosx-10.6.8 > gcc-4.2.1 > vim-7.3.905 > > configure \ > --disable-darwin \ > --with-x \ > --enable-gui=motif \ > --enable-multibyte \ > --with-mac-arch=current \ > --with-features=huge \ > --disable-acl > > --- src/testdir/t

Re: Update Japanese resources for vim (2013/04/17)

2013-04-17 Thread Bram Moolenaar
Taro Muraoka wrote: > I have updated vim's Japanese messages. > Please include files in attached archive. Thanks, I'll include them soon. -- hundred-and-one symptoms of being an internet addict: 189. You put your e-mail address in the upper left-hand corner of envelopes. /// Bram Moolenaar

Issue 130 in vim: vim is using freed memory when pasting with the mouse

2013-04-17 Thread vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 130 by dominiqu...@gmail.com: vim is using freed memory when pasting with the mouse http://code.google.com/p/vim/issues/detail?id=130 vim is using freed memory when pasting with the mouse in some circumstances. What steps

Re: modeless-selection distorts all characters in gVim

2013-04-17 Thread Dimitar DIMITROV
Dimitar wrote: > > On Wed, Apr 17, 2013 at 11:06 AM, Ben Fritz wrote: > > > > See image attached to my next message for what I see. > > > > And please bottom-post. > > > Thanks Ben, can't see clearly your image but maybe indeed the bug was fixed > in your version. Here is what I see (attached

Re: Issue 130 in vim: vim is using freed memory when pasting with the mouse

2013-04-17 Thread vim
Comment #1 on issue 130 by dominiqu...@gmail.com: vim is using freed memory when pasting with the mouse http://code.google.com/p/vim/issues/detail?id=130 Attached patch fixes the use of freed memory. Please check if this is the best way to fix the issue. Dominique Attachments: fix-u

Re: macosx x11/motif vim-7.3.905 test92 fails

2013-04-17 Thread raf
Roland Eggner wrote: > On 2013-04-17 Wednesday at 12:39 +1000 wrote: > > macosx-10.6.8 > > gcc-4.2.1 > > vim-7.3.905 > > > > configure \ > > --disable-darwin \ > > --with-x \ > > --enable-gui=motif \ > > --enable-multibyte \ > > --with-mac-arch=current \ >

Fwd: Re: macosx x11/motif gvim-7.3.706+ E250 dialog on startup

2013-04-17 Thread raf
hi, i originally started this thread on vim_use but think it might have been better on vim_dev. in short, is there any way i can get an x11/motif gvim-7.3.706+ not to emit a large, ugly E250 message and continue prompt everytime it starts? i include a little patch that i can resort to loocally b