emacsweblogs
[Top][All Lists]
Advanced

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

[Emacsweblogs] Re: Blogging on wordpress


From: andrea crotti
Subject: [Emacsweblogs] Re: Blogging on wordpress
Date: Fri, 04 Sep 2009 12:40:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin)

andrea crotti <address@hidden> writes:

I get the same error even with emacs 23 and the last version of
weblogger/xml-rpc, here is the full error:

Debugger entered--Lisp error: (wrong-type-argument listp "URL/HTTP Error: 200")
  assoc("blogName" (nil . "URL/HTTP Error: 200"))
  (cdr (assoc "blogName" blog))
  (lambda (blog) (cdr (assoc "blogName" blog)))((nil . "URL/HTTP Error: 200"))
  mapcar((lambda (blog) (cdr (assoc "blogName" blog))) ((nil . "URL/HTTP Error: 
200")))
  weblogger-list-weblog-names(t)
  (mapcar (lambda (weblog) (cons weblog ...)) (weblogger-list-weblog-names 
fetch))
  (let* ((completion-ignore-case t) (seq 0) (webloglist ...)) (if (= 1 ...) 
(caar webloglist) (completing-read "Weblog: " webloglist nil t)))
  (weblogger-weblog-id-from-weblog-name (let* (... ... ...) (if ... ... ...)))
  weblogger-select-weblog(t)
  (if (or prompt (not weblogger-weblog-id)) (weblogger-select-weblog prompt) 
weblogger-weblog-id)
  (progn (when (and ... ...) (weblogger-select-configuration 
weblogger-config-name)) (if (or prompt ...) (weblogger-select-weblog prompt) 
weblogger-weblog-id))
  (setq weblogger-weblog-id (progn (when ... ...) (if ... ... 
weblogger-weblog-id)))
  weblogger-weblog-id(t)
  (let ((user ...) (pass ...) (weblog ...)) (setq weblogger-config-name 
(read-from-minibuffer "Name this configuration: " "default")) (let (... ...) 
(if conf ... ...)) (weblogger-save-configuration))
  weblogger-setup-weblog()
  call-interactively(weblogger-setup-weblog t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)





reply via email to

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