From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9488 Path: main.gmane.org!not-for-mail From: Baba Z Buehler Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with NoCeM Date: Mon, 20 Jan 1997 19:48:25 -0600 Sender: baba@tigger.beckman.uiuc.edu Message-ID: <199701210148.TAA26963@tigger.beckman.uiuc.edu> References: Reply-To: Baba Z Buehler NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149506 18796 80.91.224.250 (20 Oct 2002 21:31:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:46 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id SAA06151 for ; Mon, 20 Jan 1997 18:14:19 -0800 Original-Received: from tigger.beckman.uiuc.edu (root@tigger.beckman.uiuc.edu [128.174.212.8]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Tue, 21 Jan 1997 02:48:28 +0100 Original-Received: from tigger (localhost [127.0.0.1]) by tigger.beckman.uiuc.edu (8.8.4/8.8.4) with ESMTP id TAA26963; Mon, 20 Jan 1997 19:48:26 -0600 X-face: ?/"MXina;Tt'.c6A>P1["3Wm#HCKX-/DEGN$1y[T?I6fCGFUTh]6'<@mJ&1TSRDlc_>|Lo' %b|.Rwf= `7~U>E@VElJ`RI\Sb1h X-Url: http://www.beckman.uiuc.edu/~baba/ Original-To: Lars Magne Ingebrigtsen In-reply-to: Your message of "20 Jan 1997 21:40:08 +0100." Xref: main.gmane.org gmane.emacs.gnus.general:9488 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9488 Lars Magne Ingebrigtsen writes: > Hm... Could you look through `gnus-get-newsgroup-headers-xover' (or > `gnus-get-newsgroup-headers', depending on which gets called) and see > what goes on there? Ok, here's the culprit. If I reverse this patch from rgnus-0.81-0.82.diff it works. In the 0.82 version `gnus-get-newsgroup-headers-xover' always seems to return `nil'. *************** *** 4398,4411 **** ;; article may not have been generated yet, so this may fail. ;; We work around this problem by retrieving the last few ;; headers using HEAD. ! (if (not sequence) ! (nreverse headers) ! (let ((gnus-nov-is-evil t) ! (nntp-nov-is-evil t)) ! (nconc ! (nreverse headers) ! (when (gnus-retrieve-headers sequence group) ! (gnus-get-newsgroup-headers)))))))) (defun gnus-article-get-xrefs () "Fill in the Xref value in `gnus-current-headers', if necessary. --- 4399,4413 ---- ;; article may not have been generated yet, so this may fail. ;; We work around this problem by retrieving the last few ;; headers using HEAD. ! (when also-fetch-heads ! (if (not sequence) ! (nreverse headers) ! (let ((gnus-nov-is-evil t) ! (nntp-nov-is-evil t)) ! (nconc ! (nreverse headers) ! (when (gnus-retrieve-headers sequence group) ! (gnus-get-newsgroup-headers))))))))) (defun gnus-article-get-xrefs () "Fill in the Xref value in `gnus-current-headers', if necessary. -- # Baba Z Buehler - 'Hackito Ergo Sum' # Beckman Institute Systems Services, Urbana Illinois # # "Either I'm dead and I've done everything that I want, # or I'm still alive and there's nothing I want to do." -- TMBG # # PGP public key on WWW homepage and key servers (key id: C13D8EE1) # WWW: http://www.beckman.uiuc.edu/~baba/