Re: R: Emacs silence

2010-10-31 Thread Eliot Moss
In my first e-mail I failed to attached the Xwin log and the cygcheck output. I have just tried that and 209.132.180.131 bounced it as spam. How should I make those available? Nigel The log files have an email address in them. Look for the @ character. Delete the email or rewrite it to read

Re: Failed to create /tmp/.X0.lock file?

2010-10-31 Thread Chris Fouts
On Thu, Oct 28, 2010 at 1:35 PM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 28/10/2010 14:09, Chris Fouts wrote: After power up, I log in on a Vista 32 machine on a non-admin account, and start XWin server via power shell by calling the startxwin.exe executable. Sometimes XWin fails to

Re: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-10-31 Thread Jon TURNEY
On 29/09/2010 15:05, Michel Hummel wrote: You will find attached to this Email the modifications you asked. The X server doesn't freeze anymore when clipboard restarts on xdmcp, certainly fixed by the cygwin patches. I added a rate-limit of clipboard_generation which disables restart after

Xterm Title

2010-10-31 Thread Ajay Jain
Hi, I want my Xterm to display a constant title say mercury. So I use: Xterm -T mercury. Further, I have placed the following line in my .Xresources: xterm*allowTitleOps: 0. From my .vnc/xstartup, I also do: xrdb -merge ~/.Xresources. Even then my Xterm title changes to logn...@hostname:pwd. I

Re: regtool -m set writes 2 extra bytes at the end

2010-10-31 Thread Peter Rosin
Den 2010-10-31 02:42 skrev Christopher Faylor: [Apologies for previously sending this as private email. Don't know how that happened] On Sun, Oct 31, 2010 at 03:37:31AM +0300, Dmitry Potapov wrote: Hi, The easiest way to demonstrate the problem is to run the following shell script:

Emacs silence

2010-10-31 Thread Nigel Hardy
When I try to start my new emacs under X from bash, I get complete silence. This happens with emacs and directly with emacs-X11.exe. emacs-nox.exe starts up fine. I have just upgraded to emacs 23.2-3 (from, I believe a 22 version - I have no record of what was replaced). I am running cygwin

R: Emacs silence

2010-10-31 Thread Marco Atzeri
--- Dom 31/10/10, Nigel Hardy ha scritto: When I try to start my new emacs under X from bash, I get complete silence. This happens with emacs and directly with emacs-X11.exe. emacs-nox.exe starts up fine. I have just upgraded to emacs 23.2-3 (from, I believe a 22 version - I have no

Re: R: Emacs silence

2010-10-31 Thread Nigel Hardy
In my first e-mail I failed to attached the Xwin log and the cygcheck output. I have just tried that and 209.132.180.131 bounced it as spam. How should I make those available? Nigel Marco Atzeri wrote: --- Dom 31/10/10, Nigel Hardy ha scritto: When I try to start my new emacs under X

Re: R: Emacs silence

2010-10-31 Thread Ken Brown
On 10/31/2010 6:00 AM, Marco Atzeri wrote: --- Dom 31/10/10, Nigel Hardy ha scritto: When I try to start my new emacs under X from bash, I get complete silence. This happens with emacs and directly with emacs-X11.exe. emacs-nox.exe starts up fine. I have just upgraded to emacs 23.2-3 (from,

Re: R: Emacs silence

2010-10-31 Thread Eliot Moss
In my first e-mail I failed to attached the Xwin log and the cygcheck output. I have just tried that and 209.132.180.131 bounced it as spam. How should I make those available? Nigel The log files have an email address in them. Look for the @ character. Delete the email or rewrite it to read

Re: SSH - Can't Login (3rd Post)

2010-10-31 Thread Brian Wilson
snip No, if it's reporting 1.7.1, I expect that's the version you're running. And I expect that's coming into play here. But go ahead and double check it in the Windows explorer. I expect you'll find it reports 1.7.1 too. This is a problem. I expect you know that you need to stop all

Cygwin c compiler and c99

2010-10-31 Thread David
Does Cygwin c compiler not support c99? or does c99 not support?: #include stdio.h #include stdlib.h int main(void) { bool f=true; for(int i=0; i10; i++) { if (f) printf(%d\n,i); } puts(Hello World!!!); /* prints Hello World!!! */

Re: Cygwin c compiler and c99

2010-10-31 Thread Tim Prince
On 10/31/2010 6:21 AM, David wrote: Does Cygwin c compiler not support c99? or does c99 not support?: #include stdio.h #include stdlib.h int main(void) { bool f=true; for(int i=0; i10; i++) { if (f) printf(%d\n,i); } puts(Hello World!!!); /* prints Hello

Re: Cygwin c compiler and c99

2010-10-31 Thread David
Your result is right but I get $ gcc -O -Wall -pedantic -std=c99 testC.c testC.c: In function 'main': testC.c:15: error: 'bool' undeclared (first use in this function) testC.c:15: error: (Each undeclared identifier is reported only once testC.c:15: error: for each function it appears in.)

Re: Cygwin c compiler and c99

2010-10-31 Thread David
By adding #include stdbool.h it worked. Den 31-10-2010 14:45, Tim Prince skrev: On 10/31/2010 6:21 AM, David wrote: Does Cygwin c compiler not support c99? or does c99 not support?: #include stdio.h #include stdlib.h #include stdbool.h int main(void) { bool f=true; for(int i=0; i10; i++)

Re: Cygwin c compiler and c99

2010-10-31 Thread Andy Koppe
On 31 October 2010 14:39, David wrote: By adding #include stdbool.h it worked. Den 31-10-2010 14:45, Tim Prince skrev: On 10/31/2010 6:21 AM, David wrote: Does Cygwin c compiler not support c99? or does c99 not support?: #include stdio.h #include stdlib.h #include stdbool.h int

SSH - Can't Login

2010-10-31 Thread James Broadhead
I also have this problem; ssh ja...@192.168.1.15 usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]           [-D [bind_address:]port] [-e escape_char] [-F configfile]           [-I pkcs11] [-i identity_file]           [-L [bind_address:]port:host:hostport]           [-l

Re: SSH - Can't Login

2010-10-31 Thread Andy Koppe
On 31 October 2010 16:45, James Broadhead wrote: I also have this problem; Context? ssh ja...@192.168.1.15 usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]           [-D [bind_address:]port] [-e escape_char] [-F configfile]           [-I pkcs11] [-i identity_file]  

Re: SSH - Can't Login

2010-10-31 Thread James Broadhead
On 31 October 2010 16:51, Andy Koppe andy.ko...@gmail.com wrote: On 31 October 2010 16:45, James Broadhead wrote: I also have this problem; Context? The 10 or so messages in the archive with the same subject line. On 31 October 2010 13:28, Brian Wilson wil...@ds.net wrote: Looks like the

Re: SSH - Can't Login

2010-10-31 Thread Brian Wilson
On 31 October 2010 16:45, James Broadhead wrote: I also have this problem; Context? ssh ja...@192.168.1.15 usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]           [-D [bind_address:]port] [-e escape_char] [-F configfile]           [-I pkcs11] [-i

Re: SSH - Can't Login

2010-10-31 Thread Andy Koppe
On 31 October 2010 17:02, James Broadhead wrote: On 31 October 2010 16:51, Andy Koppe wrote: On 31 October 2010 16:45, James Broadhead wrote: I also have this problem; Context? The 10 or so messages in the archive with the same subject line. Might have been a good idea then to reply to one

Re: SSH - Can't Login

2010-10-31 Thread Andy Koppe
On 31 October 2010 17:12, Brian Wilson wrote: In my case the context was that suddenly ssh stopped working and would only give the usage message no matter what I tried.  I ran the cygcheck -svr and noted that I did not have the latest Cygwin (1.7.7) installed even though running setup said

Re: SSH - Can't Login

2010-10-31 Thread Andy Koppe
On 31 October 2010 17:39, Andy Koppe wrote: On 31 October 2010 17:12, Brian Wilson wrote: In my case the context was that suddenly ssh stopped working and would only give the usage message no matter what I tried.  I ran the cygcheck -svr and noted that I did not have the latest Cygwin (1.7.7)

Re: SSH - Can't Login

2010-10-31 Thread Brian Wilson
On 31 October 2010 17:12, Brian Wilson wrote: In my case the context was that suddenly ssh stopped working and would only give the usage message no matter what I tried.  I ran the cygcheck -svr and noted that I did not have the latest Cygwin (1.7.7) installed even though running setup

Re: R: Emacs silence

2010-10-31 Thread Ken Brown
On 10/31/2010 1:46 PM, Nigel Hardy wrote: Thank you Eliot for the mail attachment suggestion. I attach the output here. Thank you Ken for the cygcheck /usr/bin/emacs-X11.exe suggestion - the output seems good to me and is attached. Starting from mintty did not work. bash-3.2$ echo $DISPLAY