(nnslashdot-threaded-retrieve-headers): Regexp search.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 10 May 2000 13:27:49 +0000 (13:27 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 10 May 2000 13:27:49 +0000 (13:27 +0000)
lisp/ChangeLog
lisp/nnslashdot.el

index 299fc20..936ba01 100644 (file)
@@ -6,6 +6,7 @@
        (nnslashdot-request-article): Ditto.
        (nnslashdot-threaded-retrieve-headers): Thread properly.
        (nnslashdot-request-article): Be more lenient.
+       (nnslashdot-threaded-retrieve-headers): Regexp search.
 
 2000-05-09 13:23:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
index e352cfa..15f1ed6 100644 (file)
          (forward-line 2)
          (setq lines (count-lines
                       (point)
-                      (search-forward
+                      (re-search-forward
                        "A href=\"\\(http://slashdot.org\\)?/article" nil t)))
          (push
           (cons
                    (buffer-substring (point) (1- (search-forward "<")))))
        (forward-line 2)
        (setq lines (count-lines (point)
-                                (search-forward
+                                (re-search-forward
                                  "A href=\"\\(http://slashdot.org\\)?/article")))
        (push
         (cons