From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9473 Path: main.gmane.org!not-for-mail From: Baba Z Buehler Newsgroups: gmane.emacs.gnus.general Subject: Problem with NoCeM Date: Mon, 20 Jan 1997 00:45:33 -0600 Sender: baba@tigger.beckman.uiuc.edu Message-ID: <199701200645.AAA26196@tigger.beckman.uiuc.edu> Reply-To: Baba Z Buehler NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149494 18712 80.91.224.250 (20 Oct 2002 21:31:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:34 +0000 (UTC) Return-Path: Original-Received: from riker.diamond-lane.net (root@riker [206.190.83.4]) by deanna.miranova.com (8.8.4/8.8.4) with ESMTP id XAA03643 for ; Sun, 19 Jan 1997 23:00:28 -0800 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by riker.diamond-lane.net (8.8.4/8.8.4) with SMTP id XAA26441 for ; Sun, 19 Jan 1997 23:11:16 -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 for ; Mon, 20 Jan 1997 07:45:43 +0100 Original-Received: from tigger (localhost [127.0.0.1]) by tigger.beckman.uiuc.edu (8.8.4/8.8.4) with ESMTP id AAA26196 for ; Mon, 20 Jan 1997 00:45:35 -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: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:9473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9473 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/