Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: [XEmacs] problem with date
Date: Wed, 05 Oct 2005 10:17:26 +0900	[thread overview]
Message-ID: <b4mek704va1.fsf@jpl.org> (raw)
In-Reply-To: <m28xx9xu0y.fsf@seki.fr>

>>>>> In <m28xx9xu0y.fsf@seki.fr> Sébastien Kirche wrote:

> Hi,

> 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.

My best guess is that it is caused by the message-make-date
function defined in message.el.  It is for only Emacs[1] but
should be replaced by message-xmas-make-date for XEmacs defined
in messagexmas.el.  message.elc seems to certainly load
messagexmas.elc and replace it by running the following section:

(when (featurep 'xemacs)
  (require 'messagexmas)
  (message-xmas-redefine))

Even if message.elc is reloaded, it should work.  So, I don't
see why such a problem occurs.

[1] The %z spec which XEmacs doesn't support is given to the
format-time-string function there.


  reply	other threads:[~2005-10-05  1:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04 15:59 Sébastien Kirche
2005-10-05  1:17 ` Katsumi Yamaoka [this message]
2005-10-05 22:48   ` Katsumi Yamaoka
2005-10-07 11:44     ` Sébastien Kirche

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mek704va1.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).