emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/nnslashdot.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnslashdot.el,v
Date: Mon, 20 Nov 2006 02:43:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/11/20 02:43:10

Index: nnslashdot.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/gnus/nnslashdot.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- nnslashdot.el       20 Sep 2006 05:45:06 -0000      1.12
+++ nnslashdot.el       20 Nov 2006 02:43:10 -0000      1.13
@@ -142,7 +142,7 @@
          (setq article (if (and article (< start article)) article start))
          (goto-char point)
          (while (re-search-forward
-                 "<a 
name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*\n.*score:\\([^)]+\\))"
+                 "<a 
name=\"\\([0-9]+\\)\">\\([^<]+\\)\\(?:.*\n\\)\\{2,10\\}.*score:\\([^)]+\\))"
                  nil t)
            (setq cid (match-string 1)
                  subject (match-string 2)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]