cd h:/pgnus/texi/ diff -u -b "h:/pgnus/texi/gnus.texi.~6.281.~" "h:/pgnus/texi/gnus.texi" --- h:/pgnus/texi/gnus.texi.~6.281.~ Mon May 27 11:06:15 2002 +++ h:/pgnus/texi/gnus.texi Mon May 27 11:28:22 2002 @@ -2559,20 +2559,18 @@ @item G w @kindex G w (Group) @findex gnus-group-make-web-group -@cindex DejaNews -@cindex Alta Vista -@cindex InReference +@cindex Google @cindex nnweb Make an ephemeral group based on a web search (@code{gnus-group-make-web-group}). If you give a prefix to this command, make a solid group instead. You will be prompted for the search engine type and the search string. Valid search engine types -include @code{dejanews}, @code{altavista} and @code{reference}. +include @code{google} and @code{dejanews}. @xref{Web Searches}. -If you use the @code{dejanews} search engine, you can limit the search +If you use the @code{google} search engine, you can limit the search to a particular group by using a match string like -@samp{~g alt.sysadmin.recovery shaving}. +@samp{shaving group:alt.sysadmin.recovery}. @item G DEL @kindex G DEL (Group) @@ -9075,12 +9073,12 @@ match. Here's an example setting that will first try the current method, and -then ask Deja if that fails: +then ask Google if that fails: @lisp (setq gnus-refer-article-method '(current - (nnweb "refer" (nnweb-type dejanews)))) + (nnweb "refer" (nnweb-type google)))) @end lisp Most of the mail back ends support fetching by @code{Message-ID}, but @@ -12819,9 +12817,6 @@ @uref{webmail.netscape.com}, @uref{www.netaddress.com}, @uref{www.my-deja.com}. -NOTE: Now @uref{mail.yahoo.com} provides POP3 service, so @sc{pop} mail source -is suggested. - NOTE: Webmail largely depends cookies. A "one-line-cookie" patch is required for url "4.0pre.46". @@ -14374,8 +14369,6 @@ @cindex nnweb @cindex Google @cindex DejaNews -@cindex Alta Vista -@cindex InReference @cindex Usenet searches @cindex searching the Usenet @@ -14398,7 +14391,7 @@ manner. Not even using duplicate suppression (@pxref{Duplicate Suppression}) will help, since @code{nnweb} doesn't even know the @code{Message-ID} of the articles before reading them using some search -engines (DejaNews, for instance). The only possible way to keep track +engines (Google, for instance). The only possible way to keep track of which articles you've read is by scoring on the @code{Date} header---mark all articles posted before the last date you read the group as read. @@ -14419,8 +14412,8 @@ @item nnweb-type @vindex nnweb-type What search engine type is being used. The currently supported types -are @code{google}, @code{dejanews}, @code{altavista} and -@code{reference}. +are @code{google} and @code{dejanews}. Note that @code{dejanews} is an +alias to @code{google}. @item nnweb-search @vindex nnweb-search @@ -14429,7 +14422,7 @@ @item nnweb-max-hits @vindex nnweb-max-hits Advisory maximum number of hits per search to display. The default is -100. +999. @item nnweb-type-definition @vindex nnweb-type-definition Diff finished at Mon May 27 11:31:48