(mml2015-epg-encrypt): Save the recipient keys in message-options.
[gnus] / lisp / nnslashdot.el
index b5b739d..54dfdf5 100644 (file)
@@ -1,7 +1,7 @@
 ;;; nnslashdot.el --- interfacing with Slashdot
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
          (setq article (if (and article (< start article)) article start))
          (goto-char point)
          (while (re-search-forward
-                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*score:\\([^)]+\\))"
+                 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)</a>.*\n.*\n.*score:\\([^)]+\\))"
                  nil t)
            (setq cid (match-string 1)
                  subject (match-string 2)
                (setq contents
                      (buffer-substring
                       (search-forward "<div class=\"commentBody\">")
-                      (search-forward "</div>")))))))
+                      (progn
+                        (search-forward "<div class=\"commentSub\">")
+                        (match-beginning 0))))))))
       (search-failed (nnslashdot-lose why)))
 
     (when contents