* nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 6 Mar 2002 21:17:41 +0000 (21:17 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 6 Mar 2002 21:17:41 +0000 (21:17 +0000)
-->" as the end of the first article.

lisp/ChangeLog
lisp/nnslashdot.el

index c4c5616..a3a2dab 100644 (file)
@@ -1,5 +1,8 @@
 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
+       -->" as the end of the first article.
+
        * gnus-msg.el (gnus-summary-resend-message-edit): New function.
        From Matthieu Moy <Matthieu.Moy@imag.fr>
 
index 6c160b8..9c1037b 100644 (file)
                           (point)
                           (progn
                             (re-search-forward
-                             "&lt;&nbsp;[ \t\r\n]*<A HREF=\"\\(\\(http:\\)?//slashdot\\.org\\)?/article")
+                             "<!-- no ad 6 -->\\|&lt;&nbsp;[ \t\r\n]*<A HREF=\"\\(\\(http:\\)?//slashdot\\.org\\)?/article")
                             (match-beginning 0)))))
                (setq cid (cdr (assq article
                                     (nth 4 (assoc group nnslashdot-groups)))))