From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7006 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.gnus.user Subject: Re: Problems with `nnweb' mode Date: Fri, 07 Apr 2006 12:04:49 +0200 Message-ID: References: <87slownfqt.fsf@anfi.homeunix.net> <87zmj28ruc.fsf@anfi.homeunix.net> <87lkul2l5w.fsf@baldur.nicundtas.de> <87u0999f33.fsf@gate450.dyndns.org> <874q19nd32.fsf@baldur.nicundtas.de> <87zmj0vpks.fsf@gate450.dyndns.org> <874q1878q9.fsf@baldur.nicundtas.de> <87u097twup.fsf@gate450.dyndns.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144406437 16838 80.91.229.2 (7 Apr 2006 10:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Apr 2006 10:40:37 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Apr 07 12:40:35 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRoO4-0007o0-No for gegu-info-gnus-english@m.gmane.org; Fri, 07 Apr 2006 12:40:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRoO4-0002oN-7A for gegu-info-gnus-english@m.gmane.org; Fri, 07 Apr 2006 06:40:20 -0400 Original-Newsgroups: gnu.emacs.gnus Original-Lines: 77 Original-NNTP-Posting-Host: 217.201.217.26 Original-X-Trace: quimby.gnus.org 1144404287 23098 217.201.217.26 (7 Apr 2006 10:04:47 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 7 Apr 2006 10:04:47 +0000 (UTC) User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:dWKutn7QGxm5LJM8wQPM4Ezw9oY= Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!news.stben.net!talisker.lacave.net!lacave.net!news.banetele.no!uio.no!quimby.gnus.org!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77188 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7006 Archived-At: Rodolfo wrote: > In Gnus Manual there is: > > ----------------------------------------------------------------------- > The `nnweb' back end allows an easy interface to the mighty search > engine. You create an `nnweb' group, enter a search pattern, and then > enter the group and read the articles like you would any normal group. > The `G w' command in the group buffer (*note Foreign Groups::) will do > this in an easy-to-use fashion. > > [...] > > You must have the `url' and `W3' package or those alternatives (try > `customize-group' on the `mm-url' variable group) installed to be able > to use `nnweb'. > ----------------------------------------------------------------------- > > I installed emacs-w3m and also the `url' package, > but the message gnus finds with the above procedure (`G w' etcetera) > are all completely blank. Tassilo wrote: > Try: > > `G w RET <419g22duprrhohcfaf84srcl0bdrljsjnl@4ax.com> RET' > > This works for me and a new summary buffer should appear containing some > messages by me and the original message with above's MID. > > But first you have to make sure, that google is in your > `gnus-refer-article-method'. > > ,----[ C-h v gnus-refer-article-method RET ] > | gnus-refer-article-method is a variable defined in `gnus.el'. > | Its value is > | (current > | (nnweb "google" > | (nnweb-type google))) > `---- > > If that's not the case, you need to set it in your ~/.gnus.el. > > (setq gnus-refer-article-method > '(current > (nnweb "google" > (nnweb-type google)))) I did as you suggest: in my ~/.gnus.el I put the above stuff, closed emacs, opened up emacs, started Gnus and did: `C-h v gnus-refer-article-method RET', and the following message appeared: gnus-refer-article-method is a variable defined in `gnus.el'. Its value is (current (nnweb "google" (nnweb-type google))) . Then I did: `G w RET <419g22duprrhohcfaf84srcl0bdrljsjnl@4ax.com> RET'; but, as I reported in my very first message of the present long thread, all the messages displayed by Gnus are *completely blank*. I strongly please you all Gnus experts, if a solution to the problem has ever been found, to kindly provide it in the present thread also for gnus-newbie people like me. Thanks, Rodolfo