From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5832 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: [XEmacs] problem with date Date: Thu, 06 Oct 2005 07:48:22 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138671483 29020 80.91.229.2 (31 Jan 2006 01:38:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:38:03 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:54 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net b4wPWPPoP09i4B8t/mTQqwVwCUWG5TaSY7hmmZO/OWFwtzbI8= X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:YjRT08tM3Th5KJy9opqaDjr+7CU= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5974 Original-Lines: 31 X-Gnus-Article-Number: 5974 Tue Jan 17 17:35:54 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5832 Archived-At: >>>>>> In Sébastien Kirche wrote: >> I am currently giving a try with XEmacs while i am a regular GNU/Emacs >> user and i have a problem with the Date: header. >> As you can see, instead of having the timezone at the end of the field >> (I am currently in +0200) i have a weird 'z' letter. >> This result in displaying the date of the message in the summary buffer >> 2 hours later than the actual date. >> My Gnus is from CVS, updated yesterday. >>>>> In Katsumi Yamaoka wrote: > My best guess is that it is caused by the message-make-date... Another guess is that you failed to fully install CVS Gnus. messagexmas.el is essential to make XEmacs run Gnus, however it won't be installed for Emacs. I suspect you installed CVS Gnus using Emacs first and recompiled them using XEmacs. You will probably need to know where message.elc and messagexmas.elc come from. To do that: M-x locate-library RET message RET M-x locate-library RET messagexmas RET If message.elc comes from CVS Gnus and messagexmas.elc comes from the XEmacs package, it will naturally happen. Otherwise, you can simply grep the messagexmas.el file for the string `message-xmas-make-date'.