From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: e-blog.el help please Date: Thu, 27 Aug 2009 06:26:55 -0400 Message-ID: <4A965F6F.40506@mousecar.com> References: <25167491.post@talk.nabble.com> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251368876 19184 80.91.229.12 (27 Aug 2009 10:27:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2009 10:27:56 +0000 (UTC) To: rpd , GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 12:27:49 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 1MgcCo-000883-K4 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 12:27:46 +0200 Original-Received: from localhost ([127.0.0.1]:44166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgcCn-0006xj-QT for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 06:27:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgcCD-0006wK-PG for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:27:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgcCB-0006uG-3Q for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:27:08 -0400 Original-Received: from [199.232.76.173] (port=53836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgcCA-0006tx-Rm for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:27:06 -0400 Original-Received: from mout.perfora.net ([74.208.4.195]:62964) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgcCA-00005M-IC for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:27:06 -0400 Original-Received: from [192.168.0.26] (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1MgcC21DPc-000ioM; Thu, 27 Aug 2009 06:27:01 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: <25167491.post@talk.nabble.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=5AD091E7 X-Provags-ID: V01U2FsdGVkX1/VUElhLRo6BKV8fIUV4M5cIgIo7zbkpr1fOEt y1H8o2a9Pr22Jmkf/QhDmUdD+qjd+XL4Sg7O07aZJWCZC4n9Hp u926BY7buk1mie+AF4gpXHFgA9ScGpw X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:67586 Archived-At: 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