From 70230954fc79b2654aab35092572e805d73324ad Mon Sep 17 00:00:00 2001 From: Andreas Seltenreich Date: Mon, 1 Jan 2007 21:14:49 +0000 Subject: [PATCH] (nnweb-gmane-create-mapping): Put back code to merge the headers read from disk with the ones newly found in the current search. This should no longer cause problems, because the article numbers in Gmane's `nov.php' output are ignored since the previous change. --- lisp/ChangeLog | 7 +++++++ lisp/nnweb.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96a505171..31fff721d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-01-01 Andreas Seltenreich + + * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the + headers read from disk with the ones newly found in the current search. + This should no longer cause problems, because the article numbers in + Gmane's `nov.php' output are ignored since the previous change. + 2007-01-01 Katsumi Yamaoka * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind diff --git a/lisp/nnweb.el b/lisp/nnweb.el index ec450e704..bbade233d 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -502,7 +502,7 @@ Valid types include `google', `dejanews', and `gmane'.") (forward-line 1))) (nnheader-message 7 "Searching Gmane...done") (setq nnweb-articles - (sort map 'car-less-than-car))))) + (sort (nconc nnweb-articles map) 'car-less-than-car))))) (defun nnweb-gmane-wash-article () (let ((case-fold-search t)) -- 2.25.1