* e-blog.el help please
@ 2009-08-27 9:58 rpd
2009-08-27 10:26 ` ken
[not found] ` <mailman.5514.1251368830.2239.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: rpd @ 2009-08-27 9:58 UTC (permalink / raw)
To: Help-gnu-emacs
Hi
I want to use e-blog.el to help post to my google blogger blogspot but it
doesn't work
(curl is installed & works - I am running Vista O/S).
Here is the error message when I do M-x e-blog-new-post & after I have put
in my username & pwd:
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()
call-interactively(e-blog-new-post)
execute-extended-command(nil)
call-interactively(execute-extended-command)
Can anyone help me fix this please?
(I saw this on internet search & tried it but it didn't work:
;;e-blog.el Blogger with Emacs in Windows
;;http://deepakramani.home.comcast.net/~deepakramani/Blog/2009/07/blogger-with-emacs-in-windows.html
;;1.Comment lines that read: "--stderr" "/dev/null"
;;2.Beneath the commented lines add the line "--insecure"
;;This isn't ideal, since the communication is not secure, but it works fine
for me.
;;-Well no-it didn't work for me!so I have switched back! )
Many thanks
--
View this message in context: http://www.nabble.com/e-blog.el-help-please-tp25167491p25167491.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: e-blog.el help please
2009-08-27 9:58 e-blog.el help please rpd
@ 2009-08-27 10:26 ` ken
[not found] ` <mailman.5514.1251368830.2239.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: ken @ 2009-08-27 10:26 UTC (permalink / raw)
To: rpd, GNU Emacs List
e-blog didn't work for me either. I posted about it months ago, never
got a reply, so just gave up on it.
--
War is a failure of the imagination.
--William Blake
On 08/27/2009 05:58 AM rpd wrote:
> Hi
> I want to use e-blog.el to help post to my google blogger blogspot but it
> doesn't work
> (curl is installed & works - I am running Vista O/S).
>
> Here is the error message when I do M-x e-blog-new-post & after I have put
> in my username & pwd:
>
> 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()
> call-interactively(e-blog-new-post)
> execute-extended-command(nil)
> call-interactively(execute-extended-command)
>
>
> Can anyone help me fix this please?
>
> (I saw this on internet search & tried it but it didn't work:
> ;;e-blog.el Blogger with Emacs in Windows
> ;;http://deepakramani.home.comcast.net/~deepakramani/Blog/2009/07/blogger-with-emacs-in-windows.html
> ;;1.Comment lines that read: "--stderr" "/dev/null"
> ;;2.Beneath the commented lines add the line "--insecure"
> ;;This isn't ideal, since the communication is not secure, but it works fine
> for me.
>
> ;;-Well no-it didn't work for me!so I have switched back! )
>
> Many thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: e-blog.el help please
[not found] <mailman.5509.1251367107.2239.help-gnu-emacs@gnu.org>
@ 2009-08-27 11:24 ` Anselm Helbig
0 siblings, 0 replies; 4+ messages in thread
From: Anselm Helbig @ 2009-08-27 11:24 UTC (permalink / raw)
To: help-gnu-emacs
At Thu, 27 Aug 2009 02:58:16 -0700 (PDT),
rpd <richard@dickinson350.freeserve.co.uk> wrote:
>
>
> Hi
> I want to use e-blog.el to help post to my google blogger blogspot but it
> doesn't work
> (curl is installed & works - I am running Vista O/S).
>
> Here is the error message when I do M-x e-blog-new-post & after I have put
> in my username & pwd:
>
> 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()
> call-interactively(e-blog-new-post)
> execute-extended-command(nil)
> call-interactively(execute-extended-command)
>
>
> Can anyone help me fix this please?
From looking at the code, it seems like `e-blog-auth' is empty. This
should only be the case if the authentication failed. Do you see
anything suspicious in the *Messages* buffer? It's hard to tell what
is going on without actually running the code. 8-)
Maybe it works if you try another action first?
HTH,
Anselm
--
Anselm Helbig
mailto:anselm.helbig+news2009@googlemail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: e-blog.el help please
[not found] ` <mailman.5514.1251368830.2239.help-gnu-emacs@gnu.org>
@ 2009-08-28 12:33 ` Xah Lee
0 siblings, 0 replies; 4+ messages in thread
From: Xah Lee @ 2009-08-28 12:33 UTC (permalink / raw)
To: help-gnu-emacs
On Aug 27, 3:26 am, ken <geb...@mousecar.com> wrote:
> e-blog didn't work for me either. I posted about it months ago, never
> got a reply, so just gave up on it.
>
> --
> War is a failure of the imagination.
> --William Blake
>
> On 08/27/2009 05:58 AM rpd wrote:
>
>
>
> > Hi
> > I want to use e-blog.el to help post to my google blogger blogspot but it
> > doesn't work
> > (curl is installed & works - I am running Vista O/S).
>
> > Here is the error message when I do M-x e-blog-new-post & after I have put
> > in my username & pwd:
>
> > 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()
> > call-interactively(e-blog-new-post)
> > execute-extended-command(nil)
> > call-interactively(execute-extended-command)
>
> > Can anyone help me fix this please?
>
> > (I saw this on internet search & tried it but it didn't work:
> > ;;e-blog.el Blogger with Emacs in Windows
> > ;;http://deepakramani.home.comcast.net/~deepakramani/Blog/2009/07/blogg...
> > ;;1.Comment lines that read: "--stderr" "/dev/null"
> > ;;2.Beneath the commented lines add the line "--insecure"
> > ;;This isn't ideal, since the communication is not secure, but it works fine
> > for me.
>
> > ;;-Well no-it didn't work for me!so I have switched back! )
>
> > Many thanks
guys, please post a issue at e-blog home page here:
http://code.google.com/p/e-blog/issues/list
that way the author is at least aware that there are many requests.
Whether he's gonna find time to fix is another issue.
i was enthusiatic about e-blog a year ago. It worked for plain text
blog, but doesn't work if your blog is slightly complicated html.
Since i need to use full html, so i stopped using e-blog. I simply use
the dedicated browser these days.
Xah
∑ http://xahlee.org/
☄
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-08-28 12:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 9:58 e-blog.el help please rpd
2009-08-27 10:26 ` ken
[not found] ` <mailman.5514.1251368830.2239.help-gnu-emacs@gnu.org>
2009-08-28 12:33 ` Xah Lee
[not found] <mailman.5509.1251367107.2239.help-gnu-emacs@gnu.org>
2009-08-27 11:24 ` Anselm Helbig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).