Index: lisp/nnweb.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnweb.el,v retrieving revision 7.17 diff -u -r7.17 nnweb.el --- lisp/nnweb.el 24 Feb 2006 14:01:44 -0000 7.17 +++ lisp/nnweb.el 24 Feb 2006 21:55:56 -0000 @@ -471,7 +471,7 @@ (forward-line 1) ;; Thanks to Olly Betts we now have NOV lines in our buffer! (while (not (eobp)) - (unless (eolp) + (unless (or (eolp) (looking-at "\x0d")) (let ((header (nnheader-parse-nov))) (let ((xref (mail-header-xref header)) (from (mail-header-from header)) Index: lisp/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v retrieving revision 7.1034 diff -u -r7.1034 ChangeLog --- lisp/ChangeLog 24 Feb 2006 20:49:02 -0000 7.1034 +++ lisp/ChangeLog 24 Feb 2006 21:56:00 -0000 @@ -1,3 +1,7 @@ +2006-02-24 Andreas Seltenreich + + * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M. + 2006-02-20 Lars Magne Ingebrigtsen * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.