From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62503 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: small nnweb fix Date: Tue, 04 Apr 2006 19:45:59 +0200 Message-ID: <871wwdb5ew.fsf@gate450.dyndns.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1144172805 23574 80.91.229.2 (4 Apr 2006 17:46:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 17:46:45 +0000 (UTC) Original-X-From: ding-owner+m11030@lists.math.uh.edu Tue Apr 04 19:46:40 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQpbx-00049g-V6 for ding-account@gmane.org; Tue, 04 Apr 2006 19:46:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FQpbq-0002ro-00; Tue, 04 Apr 2006 12:46:30 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FQpbZ-0002rj-00 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 12:46:13 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FQpbV-0007w9-BA for ding@lists.math.uh.edu; Tue, 04 Apr 2006 12:46:13 -0500 Original-Received: from smtp2.rz.uni-karlsruhe.de ([129.13.185.218]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FQpbO-00050q-00 for ; Tue, 04 Apr 2006 19:46:02 +0200 Original-Received: from rzstud1.stud.uni-karlsruhe.de (rzstud1.stud.uni-karlsruhe.de [193.196.41.33]) by smtp2.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1FQpbN-0003PY-O6; Tue, 04 Apr 2006 19:46:01 +0200 Original-Received: from uwi7 by rzstud1.stud.uni-karlsruhe.de with local (Exim 3.36 #1) id 1FQpbP-0001Ct-00 for ding@gnus.org; Tue, 04 Apr 2006 19:46:03 +0200 Original-To: ding@gnus.org X-PGP-Key: 0x2C006B340F8C8C1B X-Now-Playing: Untoten / Vampire Book X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-,PnG. Et.Yh --=-=-= Here's a small fix for nnweb. I hope it isn't too late for the release... regards, andreas 2006-04-04 Andreas Seltenreich * 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. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=nnweb.patch 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 ! "\"]+\\)\">= i nnweb-max-hits)) (setq more nil) --- 415,421 ---- (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward ! "\" \n\t]+\\)[^<]*]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil) --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62505 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: small nnweb fix Date: Tue, 04 Apr 2006 23:37:32 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <871wwdb5ew.fsf@gate450.dyndns.org> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144186725 10092 80.91.229.2 (4 Apr 2006 21:38:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 21:38:45 +0000 (UTC) Original-X-From: ding-owner+m11032@lists.math.uh.edu Tue Apr 04 23:38:41 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQtEN-0005E8-BN for ding-account@gmane.org; Tue, 04 Apr 2006 23:38:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FQtEJ-0003Pg-00; Tue, 04 Apr 2006 16:38:27 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FQtDp-0003Pb-00 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 16:37:57 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FQtDn-000093-C8 for ding@lists.math.uh.edu; Tue, 04 Apr 2006 16:37:57 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FQtDm-00086e-00 for ; Tue, 04 Apr 2006 23:37:54 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FQtDg-00055e-S8 for ding@gnus.org; Tue, 04 Apr 2006 23:37:48 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Apr 2006 23:37:48 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Apr 2006 23:37:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:B9rQnN3mdZJvmOwN8DGOf57JUWE= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62505 Archived-At: 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/