Gnus development mailing list
 help / color / mirror / Atom feed
From: Baba Z Buehler <baba@beckman.uiuc.edu>
Subject: Problem with NoCeM
Date: Mon, 20 Jan 1997 00:45:33 -0600	[thread overview]
Message-ID: <199701200645.AAA26196@tigger.beckman.uiuc.edu> (raw)


I've been trying to get NoCeM working, and I've found that it doesn't (at least
for me).  I poked around in gnus-nocem.el to try to track down the problem, and
I've got it down to this section of gnus-nocem-scan-groups...

	  ;; Ok, there are new articles in this group, se we fetch the
	  ;; headers.
	  (save-excursion
	    (let ((dependencies (make-vector 10 nil))
		  headers header)
	      (nnheader-temp-write nil
		(setq headers
		      (if (eq 'nov
			      (gnus-retrieve-headers 
			       (setq articles
				     (gnus-uncompress-range
				      (cons 
				       (if active (1+ (cdr active))
					 (car gactive))
				       (cdr gactive))))
			       group))
			  (gnus-get-newsgroup-headers-xover 
			   articles nil dependencies)
			(gnus-get-newsgroup-headers dependencies)))
		(while (setq header (pop headers))


I can watch _gnus-retrieve-headers_ do its thing getting stuff from my NNTP
server, but _headers_ winds up set to _nil_ after its all evaluated, so it
never evaluates any headers.  Unfortunately this has exceeded my knowledge of
the Gnus internals.

Is this really a problem or do I have something else set wrong somewhere?

Thanks,
--
# Baba Z Buehler - 'Hackito Ergo Sum'
# Beckman Institute Systems Services, Urbana Illinois
#
#  "a well nobody dug filled with no water
#   ripples and a shapeless weightless man drinks" -- Ikkyu
#
# PGP public key on WWW homepage and key servers (key id: C13D8EE1)
# WWW: http://www.beckman.uiuc.edu/~baba/


             reply	other threads:[~1997-01-20  6:45 UTC|newest]

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

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=199701200645.AAA26196@tigger.beckman.uiuc.edu \
    --to=baba@beckman.uiuc.edu \
    /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).