Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Seltenreich <andreas+ding@gate450.dyndns.org>
Subject: small nnweb fix
Date: Tue, 04 Apr 2006 19:45:59 +0200	[thread overview]
Message-ID: <871wwdb5ew.fsf@gate450.dyndns.org> (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)

             reply	other threads:[~2006-04-04 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-04 17:45 Andreas Seltenreich [this message]
2006-04-04 21:37 ` Reiner Steib

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=871wwdb5ew.fsf@gate450.dyndns.org \
    --to=andreas+ding@gate450.dyndns.org \
    /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).