Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Fetching by MID with new Google Groups
Date: Wed, 07 Sep 2005 16:04:02 +0200	[thread overview]
Message-ID: <v97jdtgejx.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <uwtlt42xr.fsf@isec-technologies.com>

On Wed, Sep 07 2005, Yair Friedman wrote:

> I was trying to fetch this article Google web interface shows it:
> m3u0hhp8md (dot) fsf (at) algebraic (dot) algebraic (dot) org

(No need to obfuscate the MID if you print it in clear text later. :-))

I don't see any problems with fetching this MID here, but I use wget
to fetch the URL:

(setq
 ;; for testing:
 gnus-refer-article-method
 '((nnweb "google" (nnweb-type google)))
 ;; Use wget instead of url.el (for nnweb-type google), seems to work more
 ;; reliable.
 mm-url-use-external t
 mm-url-program 'wget)

Independent to your problem, I improved `nnweb-google-wash-article' in
current CVS for the case that the article is not present on Google.
Please retry after updating from CVS.  Maybe with and without
`mm-url-use-external' and `mm-url-program'.

BTW, I'm not sure how indicate "not found" in `nnweb-google-wash-article':

	;; FIXME: Don't know how to indicate "not found".
	;; Should this function throw an error?  --rsteib

Anyone?

> Running gnus-summary-goto-article (j) give the following messages:
>
> Opening nnweb server on google...done
> Generating summary...done
> Opening nntp server on news.gmane.org...done
> Fetched article <m3u0hhp8md.fsf@algebraic.algebraic.org>
> No such article (may have expired or been canceled)
>
> Where can I put a break with edebug?

Maybe you can edebug `nnweb-google-wash-article'.  The fetched HTML
should be in the buffer " *nntpd*" while this function is called.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2005-09-07 14:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-02 16:35 Reiner Steib
2005-09-06  8:44 ` Yair Friedman
2005-09-06 19:05   ` Reiner Steib
2005-09-07  9:55     ` Yair Friedman
2005-09-07 14:04       ` Reiner Steib [this message]
2005-09-08  8:25         ` Yair Friedman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v97jdtgejx.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).