From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16381 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: .overview file when using gnus-agent. Date: 29 Aug 1998 12:50:13 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155263 27447 80.91.224.250 (20 Oct 2002 23:07:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:07:43 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA25026 for ; Sat, 29 Aug 1998 07:32:58 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id GAF12486; Sat, 29 Aug 1998 06:02:42 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 29 Aug 1998 06:31:28 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id GAA10424 for ; Sat, 29 Aug 1998 06:31:12 -0500 (CDT) Original-Received: from sparky.gnus.org (ppp074.uio.no [129.240.240.79]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA25003 for ; Sat, 29 Aug 1998 07:31:03 -0400 (EDT) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id NAA25263; Sat, 29 Aug 1998 13:32:45 +0200 Mail-Copies-To: never X-Now-Reading: Alice Munro's _The Progress of Love_ Original-To: ding@gnus.org In-Reply-To: Tatsuya Ichikawa's message of "28 Aug 1998 17:32:04 +0900" X-Mailer: Gnus v5.6.42/XEmacs 21.0 - "Finnish Landrace" X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > I've post gnus-agent.el's patch to expire correctly connecting to > News server which does not return Xref field. > > But in gnus-5.6.41 , these code removed. Why?? > Any reason?? This is the first I've seen of this patch. I've applies the nnheader-insert-file-contents part of the patch, but this: > + (goto-char (point-min)) > + (while (not (eobp)) > + (goto-char (point-at-eol)) > + (insert "\t") > + (forward-line 1)) Does not do the right thing. Adding spurious tabs even to lines that do not need them is not a good thing. Anyway -- what problem are you trying to fix? All the NOV parsing functions should deal properly with lines that do not have Xref fields included. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen