An issue with libX11?

2014-11-09 Thread Angelo Graziosi
From another application I have an issue with libX11 which I can reproduce with the following STC, $ cat getch_test.c /* gcc getch_test.c -lX11 -o getch_test.out DISPLAY=127.0.0.1:0.0 ./getch_test.out */ #include stdio.h #include stdlib.h #include X11/Xlib.h #include X11/Xutil.h #include

Re: cygwin emacs failing siletnly

2014-11-09 Thread Jim Reisert AD1C
On Sun, Nov 9, 2014 at 10:10 AM, Gulliver Smith wrote: My emacs (x) is still not running at all on my windows XP virtual machine. cygcheck output from both machines attached. Have you tried this yet? https://cygwin.com/ml/cygwin/2013-12/msg00248.html -- Jim Reisert AD1C,

Re: An issue with libX11?

2014-11-09 Thread Jon TURNEY
On 09/11/2014 15:38, Angelo Graziosi wrote: From another application I have an issue with libX11 which I can reproduce with the following STC, I don't think this test case is well-formed. int main() { dis = XOpenDisplay(NULL); win = XCreateSimpleWindow(dis, RootWindow(dis, 0), 1, 1,

Re: An issue with libX11?

2014-11-09 Thread Angelo Graziosi
Il 09/11/2014 21:16, Jon TURNEY ha scritto: On 09/11/2014 15:38, Angelo Graziosi wrote: From another application I have an issue with libX11 which I can reproduce with the following STC, I don't think this test case is well-formed. int main() { dis = XOpenDisplay(NULL); win =

Re: An issue with libX11?

2014-11-09 Thread Jon TURNEY
On 09/11/2014 20:49, Angelo Graziosi wrote: Il 09/11/2014 21:16, Jon TURNEY ha scritto: On 09/11/2014 15:38, Angelo Graziosi wrote: From another application I have an issue with libX11 which I can reproduce with the following STC, I don't think this test case is well-formed. int main() {

Re: An issue with libX11?

2014-11-09 Thread Angelo Graziosi
Il 09/11/2014 22:16, Jon TURNEY ha scritto: On 09/11/2014 20:49, Angelo Graziosi wrote: ... XMapWindow(dis, win); XSelectInput(dis, win, KeyPress); Oops. I think that should be KeyPressMask. Now, it works as expected. Thanks.. Angelo -- Unsubscribe info:

Re: startx (xinit) startxwin seems to hang, no logs created

2014-11-09 Thread rhofm...@rayed.de
When i first start X, i get a non-functional X window and when i then start startx, i get a second functional Cygwin/X:1.0 window. What does this tell me? May there be some network related configuration problem on my machine? Raymund Hofmann Am 08.11.2014 07:50, schrieb rhofm...@rayed.de: I