Re: gvim 7.2-1: GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

2009-06-23 Thread Jon TURNEY
Lachlan Andrew wrote: Greetings, I've just installed gvim 7.2-1 on the current version of Cygwin. Why I type gvim, it complains % gvim (gvim:4216): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed (gvim:4216): Pango-CRITICAL **: _pango_engine_shape_shape:

Re: Windows 7 RC1 and Cygwin 1.7

2009-06-23 Thread Jon TURNEY
4) In multiwindow, if two programs overlap, then Aero Peek will show the correct shape for each window but the contents of one window superimposed on the other in their stacking order. Yes, I've seen the same behaviour with the TaskSwitchXP alt+tab replacement. This is a consequence of the

Re: Proposed patch to system.XWinrc

2009-06-23 Thread Jon TURNEY
jose isaias cabrera wrote: Ken Brown wrote... What's the reason for launching everything using sh rather than bash? If I'm reading the bash documentation correctly, it means that ~/.bash_profile won't get executed (though it would get executed if it were renamed ~/.profile). Ken I've

Re: Proposed patch to system.XWinrc

2009-06-23 Thread Andy Koppe
2009/6/23 Jon TURNEY: Always assuming that /bin/bash exists, or that /bin/sh is bash is probably bad style for portability across unicies. However, in this specific case, it's probably ok. You never know. If posix_spawn() ever gets implemented in Cygwin to avoid the slowness of fork(),