On Jan 15, 2008 10:01 AM, Zdenek Sekera <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Gautam Iyer > > Sent: 14 January 2008 20:13 > > To: [EMAIL PROTECTED] > > Subject: Re: Set mouse=a causes Vim to hang in screen. > > > > > > On Mon, Jan 14, 2008 at 05:59:24PM +0100, Vladimir Marek wrote: > > > > > [...] > > > > > > > Can anyone else reproduce this? > > > > > > Nope. Solaris, x86, vim 7.1 > > > > Ok. I tried reproducing this on a few other systems too. I can't > > reproduce it on Fedora, Gentoo and Mac OS X (Leo). But the above causes > > Vim to hang every time on Scientific Linux release 5.0 (Boron). > > > > Just another data point: it doesn't hang on Scientific Linux 4.0. > > ---Zdenek
Not sure whether this explains it, but recent patch 7.1.215 fixes access to uninitialized value in the code that handles the mouse: Patch 7.1.225 Problem: Using unitialized value when XGetWMNormalHints() fails. Solution: Check the return value. (Dominique Pelle) Files: src/os_unix.c -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---