Gnus development mailing list
 help / color / mirror / Atom feed
* small nnweb fix
@ 2006-04-04 17:45 Andreas Seltenreich
  2006-04-04 21:37 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Seltenreich @ 2006-04-04 17:45 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 329 bytes --]


Here's a small fix for nnweb. I hope it isn't too late for the release...

regards,
andreas

2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

	* nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
	whitespace was matched into the url, which broke browsing hits
	> 100 when mm-url-use-external wasn't used.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nnweb.patch --]
[-- Type: text/x-patch, Size: 751 bytes --]

Index: nnweb.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnweb.el,v
retrieving revision 7.18
diff -c -r7.18 nnweb.el
*** nnweb.el	24 Feb 2006 22:53:40 -0000	7.18
--- nnweb.el	4 Apr 2006 17:35:53 -0000
***************
*** 415,421 ****
  	    (goto-char (point-min))
  	    (incf i 100)
  	    (if (or (not (re-search-forward
! 			  "<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next"
  			  nil t))
  		    (>= i nnweb-max-hits))
  		(setq more nil)
--- 415,421 ----
  	    (goto-char (point-min))
  	    (incf i 100)
  	    (if (or (not (re-search-forward
! 			  "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next"
  			  nil t))
  		    (>= i nnweb-max-hits))
  		(setq more nil)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: small nnweb fix
  2006-04-04 17:45 small nnweb fix Andreas Seltenreich
@ 2006-04-04 21:37 ` Reiner Steib
  0 siblings, 0 replies; 2+ messages in thread
From: Reiner Steib @ 2006-04-04 21:37 UTC (permalink / raw)


On Tue, Apr 04 2006, Andreas Seltenreich wrote:

> Here's a small fix for nnweb. I hope it isn't too late for the release...

I think this change is simple and uncritical so I installed it in
trunk and v5-10.  Thanks.

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-04 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 17:45 small nnweb fix Andreas Seltenreich
2006-04-04 21:37 ` Reiner Steib

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).