emacsweblogs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacsweblogs] Re: A little flaw in weblogger


From: Mark A. Hershberger
Subject: [Emacsweblogs] Re: A little flaw in weblogger
Date: Thu, 11 Mar 2010 00:23:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

biAji <address@hidden> writes:

> I don't know why, emacs parse the date to this "Date: 10  3月 2010
> 19:11:47 +0800" and the date I see in webpage is "2010年03月10日 11:11"

I can't even get Emacs to parse it like that.  So you're ahead of me.

> What should I do to help next?

I spent a few minutes looking at the WordPress source code and the only
way I can see it returning something like that would bee if you have a
plugin installed that applies an xmlrpc_method filter.  Otherwise,
WordPress should return ISO-format dates.

So, the next thing to do is make sure you have the latest xml-rpc.el
(https://launchpad.net/xml-rpc-el) and then set xml-rpc-debug to 10.
You can evaluate the following sexp for that:  (setq xml-rpc-debug 10)

Then, get weblogger.el to cause the error again.  After that, email me
a copy of any buffers that start with “response-data” or “ *http
www.biaji.net:80*”.  They'll contain whatever the server's sending back
to you.

Another thing that would help is a list of any plugins you have
installed with Wordpress and their version.

After that, I should be able to tell you where the problem is.

Mark.

-- 
http://hexmode.com/

The world is a dangerous place, not because of those who do evil, but
because of those who look on and do nothing.
                                            — Albert Einstein




reply via email to

[Prev in Thread] Current Thread [Next in Thread]