Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bbn!oliveb!mintaka!daemon From: sra@lcs.mit.edu (Rob Austein) Newsgroups: gnu.emacs.gnus Subject: Re: GNUS censors articles from Vint Cerf Message-ID: Date: 31 Jul 89 16:39:30 GMT References: Sender: daemon@mintaka.lcs.mit.edu (Lucifer Maleficius) Distribution: gnu Organization: ITS Preservation Society Lines: 15 In-reply-to: sra@lcs.mit.edu's message of 30 Jul 89 17:33:52 GMT An afterthought. The (delete-non-matching-lines) in (nntp-retrieve-headers) is a little risky, since it doesn't take into account the possibility of RFC822 line continuation within the headers. Adding the two lines (goto-char (point-min)) (replace-regexp "[ \t]*\\(\n[ \t]+\\)+" " ") just after the comment ;; First, delete unnecessary lines. fixes this. --Rob