From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: e-blog does nothing Date: Sat, 04 Apr 2009 07:06:23 -0400 Message-ID: <49D73F2F.4080907@mousecar.com> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1238843282 15727 80.91.229.12 (4 Apr 2009 11:08:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Apr 2009 11:08:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 04 13:09:21 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 1Lq3kW-0003r3-B9 for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Apr 2009 13:09:20 +0200 Original-Received: from localhost ([127.0.0.1]:54619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq3j7-0003a2-TS for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Apr 2009 07:07:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lq3iZ-0003XI-NP for help-gnu-emacs@gnu.org; Sat, 04 Apr 2009 07:07:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lq3iX-0003Vw-Nn for help-gnu-emacs@gnu.org; Sat, 04 Apr 2009 07:07:19 -0400 Original-Received: from [199.232.76.173] (port=37686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq3iX-0003Vh-Gs for help-gnu-emacs@gnu.org; Sat, 04 Apr 2009 07:07:17 -0400 Original-Received: from mout.perfora.net ([74.208.4.194]:60901) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lq3iX-0003AF-43 for help-gnu-emacs@gnu.org; Sat, 04 Apr 2009 07:07:17 -0400 Original-Received: from [192.168.0.26] (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MKpCa-1Lq3i339k0-000cps; Sat, 04 Apr 2009 07:06:53 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) X-Enigmail-Version: 0.95.7 OpenPGP: id=5AD091E7 X-Provags-ID: V01U2FsdGVkX1/ZZI+nBJ+IG4nKeKWRq8RLgWX8/I/+lLs8p4A p+AqwadEXM/GZy7wAOk0per0I0pScUTh1fhWdxnYc/89d2FjU5 /sRTYDynkgEpJYV8iXXOmBGu6dNIgLV 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:63471 Archived-At: 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