Gnus development mailing list
 help / color / mirror / Atom feed
From: Baba Z Buehler <baba@beckman.uiuc.edu>
Cc: ding@ifi.uio.no
Subject: Re: Problem with NoCeM
Date: Mon, 20 Jan 1997 19:48:25 -0600	[thread overview]
Message-ID: <199701210148.TAA26963@tigger.beckman.uiuc.edu> (raw)
In-Reply-To: Your message of "20 Jan 1997 21:40:08 +0100." <m27ml884if.fsf@proletcult.slip.ifi.uio.no>

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 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/


      reply	other threads:[~1997-01-21  1:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-20  6:45 Baba Z Buehler
1997-01-20 20:40 ` Lars Magne Ingebrigtsen
1997-01-21  1:48   ` Baba Z Buehler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199701210148.TAA26963@tigger.beckman.uiuc.edu \
    --to=baba@beckman.uiuc.edu \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).