Re: Debugging a time zone problem

2009-05-14 Thread Marc Girod
, seems to be msdos.c, around lines 4453-4494... Thanks, Marc -- View this message in context: http://www.nabble.com/Debugging-a-time-zone-problem-tp21876155p23537290.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Debugging a time zone problem

2009-05-14 Thread Marc Girod
to be needed. Er... why does gdb affect? Marc -- View this message in context: http://www.nabble.com/Debugging-a-time-zone-problem-tp21876155p23538459.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Debugging a time zone problem

2009-05-14 Thread Ken Brown
On 5/14/2009 5:38 AM, Marc Girod wrote: Ken Brown-6 wrote: I've built emacs 23 under both cygwin 1.5 and 1.7, and it runs fine for me except for a glitch involving time zones: Emacs gets the local time zone wrong by 4 hours. I am using your port on 1.7, and cannot reproduce. BTW, my

Re: Debugging a time zone problem

2009-05-14 Thread Eli Zaretskii
Date: Thu, 14 May 2009 02:38:37 -0700 (PDT) From: Marc Girod marc.girod at gmail dor com Looking at the sources, the most suspicious place given your description, seems to be msdos.c, around lines 4453-4494... msdos.c is not compiled in the Cygwin build. It is only compiled in the MS-DOS

Re: Debugging a time zone problem

2009-05-14 Thread Ken Brown
On 5/14/2009 2:48 PM, Eli Zaretskii wrote: Date: Thu, 14 May 2009 02:38:37 -0700 (PDT) From: Marc Girod marc.girod at gmail dor com Looking at the sources, the most suspicious place given your description, seems to be msdos.c, around lines 4453-4494... msdos.c is not compiled in the Cygwin

Re: Debugging a time zone problem

2009-05-14 Thread Angelo Graziosi
Eli Zaretskii wrote: msdos.c is not compiled in the Cygwin build. Indeed! MS Disk Operative System :-P Cheers, Angelo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Debugging a time zone problem

2009-02-06 Thread Ken Brown
I've built emacs 23 under both cygwin 1.5 and 1.7, and it runs fine for me except for a glitch involving time zones: Emacs gets the local time zone wrong by 4 hours. I've reported this to the emacs-devel list [1], and the developer who responded asked me to try to get some advice on this