[Emacsweblogs] New xml-rpc.el and weblogger.el

2009-09-13 Thread Mark A. Hershberger
Thank you all for your great bug reports. I installed a MT weblog as well as my own WP weblog so that I could test weblogger.el against more weblogging engines. This (and genehack's patch) helped me find bugs with the dateTime handling. If you were experiencing problems in the past, please get

[Emacsweblogs] jira.el and xml-rpc.el

2009-09-14 Thread Mark A. Hershberger
I've updated the handling of dateTime elements in xml-rpc.el to be more spec-compliant and reliable. Unfortunately, because it was difficult to determine the when a dateTime parameter was given, I had to make some backwards-incompatible changes. Looking over jira.el

Re: [Emacsweblogs] Re: New xml-rpc.el and weblogger.el

2009-09-14 Thread Mark A. Hershberger
Leo sdl@gmail.com writes: I tried lisppaste.el from today emacswiki and the bug persists. This was tested with Emacs -q. I can't reproduce this at all. I've tried “emacs -q -no-site-file” with Emacs22 and Emacs23.1.50.1 (CVS). Here is a short test script that you can run from the command

Re: [Emacsweblogs] Re: New xml-rpc.el and weblogger.el

2009-09-14 Thread Mark A. Hershberger
Leo sdl@gmail.com writes: Thank you for this info. I realised it could be the fault of other libs used by xml-rpc and indeed the latest timezone.el is required for lisppaste to work, i.e., must have the change on Fri Aug 14 18:18:41 2009 UTC: add ability to understand ISO8601 basic format

[Emacsweblogs] Re: New xml-rpc.el and weblogger.el

2009-09-16 Thread Mark A. Hershberger
Leo sdl@gmail.com writes: Hrm… That should actually be taken care of in the new xml-rpc.el (see the end of the file, where timezone-parse-date is conditionally defined. Or it should be. I see. I guess, for some reason, that didn't happen and the original timezone-parse-date from

Re: [Emacsweblogs] Re: Blogging on wordpress

2009-09-16 Thread Mark A. Hershberger
andrea Crotti andrea.crott...@gmail.com writes: date-to-time: Invalid date: 20090410T10:33:22 both with emacs 22 and 23.. This looks like you need the newer timezone function. If you have the latest xml-rpc.el and have compiled it, you won't get the up-to-date-function (because a bug I just

Re: [Emacsweblogs] Again date and wordpress

2009-11-18 Thread Mark A. Hershberger
[Sorry for the late reply] andrea Crotti andrea.crott...@gmail.com writes: Some time ago I was able to fetch the entries on my wordpress blog.. Now I tried again and I get the same stupid error: Reading [text/xml;charset=utf-8]... 75k of 75k (100%) Reading... done. date-to-time: Invalid

Re: [Emacsweblogs] i18n

2010-01-29 Thread Mark A. Hershberger
smc s...@manticore.es writes: I don't know if this approach is the better one. I always thought that Emacs Lisp itself should implement the Gettext way for tranlating interfaces. I like gettext, but I think the better way still is the sort of collaborative translation that translateWiki

Re: [Emacsweblogs] How to fix this?

2010-02-10 Thread Mark A. Hershberger
Leo sdl@gmail.com writes: If you grab the text from http://paste.lisp.org/display/94707 and place it in emacs and using lisppaste-paste-region to post it. You will get the following backtrace as shown in: http://paste.lisp.org/display/94707#1. Any idea how to fix this? Since you posted

[Emacsweblogs] Repository moved to Launchpad

2010-03-01 Thread Mark A. Hershberger
A few weeks ago, the maintainer of Emacsmirror, Jonas Bernoulli, contacted me about including xml-rpc.el and weblogger.el into the system. (Emacsmirror is at http://www.emacsmirror.org/) To do that, he requested that I split up xml-rpc.el and weblogger.el into different repositories. Since

Re: [Emacsweblogs] Maintaining the same blog on two servers

2010-03-02 Thread Mark A. Hershberger
Ted Smith ted...@gmail.com writes: I've never really hacked emacs lisp seriously, nor do I have much expertise in other lisps, so I doubt I'd be able to do it. If you think it would be simple for a beginner and were willing to hold my hand a bit, I could give it a shot, though... Sure. So,

Re: [Emacsweblogs] Maintaining the same blog on two servers

2010-03-07 Thread Mark A. Hershberger
Ted Smith ted...@gmail.com writes: It seems to me that it would be a lot better to have the configuration support groups of blogs natively, instead of having a hack going through each blog and posting to it. This way, you could have more than one logical blog hosted on more than one blogging

[Emacsweblogs] Re: A little flaw in weblogger

2010-03-10 Thread Mark A. Hershberger
(Ccing emacsweblogs) bi...@biaji.net bi...@biaji.net writes: When I fetch a entry, edit it, and publish it. I got an error of date format. I believe it because I'm a chinese and the data fetched from my blog contains a different format other than DD-MM-, but 2010年03月10日 11:11, Will it

Re: [Emacsweblogs] Re: Need volunteers

2010-05-08 Thread Mark A. Hershberger
Aaron Hammitt aaron.hamm...@gmail.com writes: Maybe it's possible to automatically select the first configuration when Emacs starts up. I'm not sure why it won't prompt me for my password like it used to in version 1.4.4. This is because I made an error in setting an empty password to

Re: [Emacsweblogs] The latest revision does not work with WordPress

2010-05-08 Thread Mark A. Hershberger
puneet goel weblog...@coverify.org writes: Revision 37 of the weblogger-el does not work for me. Gives out an error saying when: Symbol's value as variable is void: mt_keywords Fixed now. -- http://hexmode.com/ Embrace Ignorance. Just don't get too attached.

Re: [Emacsweblogs] format-time-string: Symbol's function definition is void: caddr

2010-09-30 Thread Mark A. Hershberger
On Wed, 2010-09-29 at 11:38 -0700, Peter wrote: Wrote /home/peter/.emacs Contacting host: locuscor.homedns.org:80 Reading [text/xml]... 13k of 13k (100%) Reading... done. format-time-string: Symbol's function definition is void: caddr Looks like I didn't test this with emacs -q -no-site-file