(未解决)使用emacs写cnblogs

想要使用emacs写cnblogs,使用网友推荐的weblogger扩展。但是,在使用的时候,会出现错误。

weblogger-setup-weblog生成的配置是这样的

(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(weblogger-config-alist (quote (("cnblogs" ("user" . "your-name") ("server-url\
" . "http://www.cnblogs.com/your-name/services/metaWeblog.aspx") ("weblog" . "99282"))))))

在weblogger-fetch-entries时候,报告

XML-RPC fault `unsupported method called: blogger.getRecentPosts'

cnblogs使用metaweblog api。所以我猜想是weblogger.el中调用了不适当的函数。然后在其中,注释了一些blogger api的方法。依旧是同样的错误。

没有力气去认真看weblogger.el,真是扫兴。

posted on 2011-10-28 22:09  denrreau  阅读(748)  评论(1编辑  收藏  举报

导航