From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58627 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: HEADS UP! Unplugged (agent) marks handling changed Date: Mon, 27 Sep 2004 18:28:16 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096327777 16905 80.91.229.6 (27 Sep 2004 23:29:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 23:29:37 +0000 (UTC) Original-X-From: ding-owner+M7165@lists.math.uh.edu Tue Sep 28 01:29:25 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CC4vs-0000j3-00 for ; Tue, 28 Sep 2004 01:29:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CC4uy-00034g-00; Mon, 27 Sep 2004 18:28:28 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CC4uq-00034Y-00 for ding@lists.math.uh.edu; Mon, 27 Sep 2004 18:28:20 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CC4uq-00038c-Ly for ding@lists.math.uh.edu; Mon, 27 Sep 2004 18:28:20 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 71F643A0034 for ; Mon, 27 Sep 2004 18:28:17 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CC4um-0006eF-00 for ; Tue, 28 Sep 2004 01:28:16 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: ip-69-33-218-34.chi.megapath.net Original-X-Trace: quimby.gnus.org 1096327696 25523 69.33.218.34 (27 Sep 2004 23:28:16 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 27 Sep 2004 23:28:16 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:GOXbvXy5HvgHEiZsShpbl6DuOj0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58627 Ralf Angeli writes: > * Kevin Greiner (2004-09-27) writes: > >> Great work. It looks like the problem is in the gnus-server-to-method >> call in gnus-agent-synchronize-group-flags. Can you add a (debug) >> expression to gnus-agent-synchronize-group-flags then try to >> synchronize flags? What I'm trying to understand is why >> gnus-server-to-method returned nil when passed "news.individual.net" >> as an argument. > > `(gnus-server-to-method "news.individual.net")' doesn't return nil, it > returns `("news.individual.net" nntp "news.individual.net")': > > Debugger entered--returning value: ("news.individual.net" nntp "news.individual.net") > assoc("news.individual.net" ([IMAP server snipped] ("archive" nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)) ("native" nnnil) ("nndraft" nndraft "") ("news.gmane.org" nntp "news.gmane.org") ("news.individual.net" nntp "news.individual.net"))) > gnus-agent-synchronize-group-flags("de.comp.text.tex" (((...) add (read))) "news.individual.net") Hmmm... I was actually interested in com.text.tex which you reported on 25 Sept as returning null. Kevin