2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 4 Apr 2006 21:35:07 +0000 (21:35 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 4 Apr 2006 21:35:07 +0000 (21:35 +0000)
* 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 was nil.

lisp/ChangeLog
lisp/nnweb.el

index cdbd915..80b2f5d 100644 (file)
@@ -1,3 +1,9 @@
+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 was nil.
+
 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
index 8b78457..37cf7a3 100644 (file)
@@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.")
            (goto-char (point-min))
            (incf i 100)
            (if (or (not (re-search-forward
-                         "<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next"
+                         "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next"
                          nil t))
                    (>= i nnweb-max-hits))
                (setq more nil)