Re: cscope -d can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2012-04-17 Thread Schwarz, Konrad
Hello, an easy work around for the problem that cscope and its variant mlcscope cannot deal with paths containing spaces under Cygwin is to replace such paths with their DOS short name equivalents, since these do not contain spaces. The error surfaces as the error message mlcscope:

Re: cscope -d can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2012-04-17 Thread marco atzeri
On 4/17/2012 9:55 AM, Schwarz, Konrad wrote: Hello, an easy work around for the problem that cscope and its variant mlcscope cannot deal with paths containing spaces under Cygwin is to replace such paths with their DOS short name equivalents, since these do not contain spaces. the easy

Re: [PATCH] Fix command line arguments for multiple monitors

2012-04-17 Thread Jon TURNEY
On 14/04/2012 16:28, Jörg Mensmann wrote: placing the X server on a specific monitor using something like -screen 0 @2 is broken since November. The attached patch restores the old behaviour. Thanks very much for investigating this issue and for the patch. I'll include this in the next X

Re: Workaround Possible Cause - Failed to activate core device - Could not invoke xkbcomp on Failed X Server Launch

2012-04-17 Thread Jon TURNEY
On 13/04/2012 03:30, Charles Sheridan wrote: This week, after upgrading my Cygwin installation for the first time since ~April of 2011, X server startup failed, with the below oft-reported entries at the end of /cywin/var/log/xwin/Xwin.0.log -- ... [ 10092.016] (II) GLX: Initialized Win32

Re: FW: RE: Cut and Paste between X and WindowsXP sometimes fails

2012-04-17 Thread Jon TURNEY
On 09/04/2012 16:53, Bennett, Tony wrote: The fix continues to work well... ...will this fix be integrated into X soon...??? Thanks for testing. Unfortunately, this fix seems to break other clipboard uses (In my testing, copying from a native Firefox to cygwin X emacs didn't work anymore), so

Re: Taskbar appearance changes between xorg-server 11 series and 12.0 series (more)

2012-04-17 Thread Jon TURNEY
On 11/04/2012 11:39, Eliot Moss wrote: When playing around with xlaunch configurations and such, I ran startxwin several times this morning. ONCE, X came up without the iconized StartXWin window (i.e., things displayed as they used to before I upgraded xorg-server). This makes me suspect

startx with different displays

2012-04-17 Thread Marc Girod
I have intermittent problems to start XWin. My client would wait for an accessible server. In recent times, when this happens with :0, I try to use :1 instead, which usually works. Today, the two processes interferred. I was waiting on :0, and as I started a sttrax session on :1, both clients

[ANNOUNCEMENT] Updated: xorg-server-1.12.0-4

2012-04-17 Thread Jon TURNEY
The following packages have been updated in the Cygwin distribution: *** xorg-server-1.12.0-4 *** xorg-server-common-1.12.0-4 *** xorg-server-dmx-1.12.0-4 *** xorg-server-extra-1.12.0-4 *** xorg-server-devel-1.12.0-4 These packages contain XWin and the other X.Org X11 servers. The following

Re: [PATCH] Fix command line arguments for multiple monitors

2012-04-17 Thread Jörg Mensmann
Jon TURNEY wrote: I'll include this in the next X server build. Thanks! I don't observe this behaviour on my test machine, EnumDisplayMonitor() returns TRUE, so I'd be interested to know what version of Windows you are using. The problem appeared on a Windows 7 machine with two monitors

Re: cscope -d can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2012-04-17 Thread Jim Reisert AD1C
On Tue, Apr 17, 2012 at 2:07 AM, marco atzeri wrote: the easy solution is to not use paths with space in cygwin Not so easy. Cygwin inherits the Windows path, and I have several directories in my Windows PATH with spaces in them. -- Jim Reisert AD1C, jjreis...@alum.mit.edu,

Re: cscope -d can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2012-04-17 Thread Vivek Agarwal
On 4/18/12, Jim Reisert AD1C jjreis...@alum.mit.edu wrote: On Tue, Apr 17, 2012 at 2:07 AM, marco atzeri wrote: the easy solution is to not use paths with space in cygwin Not so easy. Cygwin inherits the Windows path, and I have several directories in my Windows PATH with spaces in them.