From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rpd Newsgroups: gmane.emacs.help Subject: e-blog.el help please Date: Thu, 27 Aug 2009 02:58:16 -0700 (PDT) Message-ID: <25167491.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251367147 13839 80.91.229.12 (27 Aug 2009 09:59:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2009 09:59:07 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 11:59:00 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mgbkx-00055M-Mj for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 11:59:00 +0200 Original-Received: from localhost ([127.0.0.1]:32793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgbkw-0003wF-NQ for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 05:58:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgbkP-0003tq-P1 for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 05:58:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgbkK-0003mM-CR for Help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 05:58:24 -0400 Original-Received: from [199.232.76.173] (port=48319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgbkJ-0003lu-Hs for Help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 05:58:19 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:33539) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgbkJ-0002J8-0N for Help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 05:58:19 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MgbkG-0007w1-J7 for Help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 02:58:16 -0700 X-Nabble-From: richard@dickinson350.freeserve.co.uk X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67584 Archived-At: 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.