all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* e-blog does nothing
@ 2009-04-04 11:06 ken
  0 siblings, 0 replies; only message in thread
From: ken @ 2009-04-04 11:06 UTC (permalink / raw)
  To: help-gnu-emacs


Excited to have a sensible interface to (google's) blogger, I downloaded
and installed e-blog.  Per the README I ran "M-x load-file RETURN
~/emacs.d/e-blog.el RETURN", then "M-X e-blog-new-post RETURN".  Then I
was prompted for username and password.  To this e-blog responded "wrong
type argument: stringp, nil".  Thinking this might be e-blog's way of
saying that I mistyped the password, I tried the username/password
prompts again (i.e., reinvoked "M-X e-blog-new-post RETURN").  After
doing this several times with exactly the same result, I finally got this:

------------------------ begin -----------------
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  call-process("curl" nil "*e-blog*" nil "--stderr" "/dev/null"
"--header" nil "http://www.blogger.com/feeds/default/blogs")
  (let (feed) (set-buffer e-blog-buffer) (erase-buffer) (message
"Requesting list of blogs...") (call-process "curl" nil e-blog-buffer
nil "--stderr" "/dev/null" "--header" e-blog-auth
e-blog-fetch-bloglist-url) (setq feed (buffer-substring ... ...))
(message "Requesting list of blogs... Done.") feed)
  e-blog-fetch-bloglist()
  (e-blog-parse-xml (e-blog-fetch-bloglist))
  (e-blog-setup-choose-buffer (e-blog-parse-xml (e-blog-fetch-bloglist)))
  e-blog-choose()
  (if (e-blog-check-authinfo) (e-blog-choose))
  e-blog-do-auth()
  (progn (e-blog-do-auth) (e-blog-choose))
  (if e-blog-auth (e-blog-choose) (progn (e-blog-do-auth) (e-blog-choose)))
  e-blog-new-post()
  eval((e-blog-new-post))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)
  recursive-edit()
-------------- truncated --------------------------

So what's the problem?

Thanks,
ken


-- 
"To make an apple pie from scratch,
first create the universe."
        -- Carl Sagan





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-04 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 11:06 e-blog does nothing ken

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.