From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58670 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: Thu, 30 Sep 2004 22:37:31 -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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1096601898 24540 80.91.229.6 (1 Oct 2004 03:38:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 03:38:18 +0000 (UTC) Original-X-From: ding-owner+M7208@lists.math.uh.edu Fri Oct 01 05:38:06 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 1CDEFC-00060U-00 for ; Fri, 01 Oct 2004 05:38:06 +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 1CDEEk-0004GC-00; Thu, 30 Sep 2004 22:37:38 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CDEEg-0004G7-00 for ding@lists.math.uh.edu; Thu, 30 Sep 2004 22:37:34 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CDEEh-0003Mq-DT for ding@lists.math.uh.edu; Thu, 30 Sep 2004 22:37:35 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id EDAD13A0027 for ; Thu, 30 Sep 2004 22:37:32 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CDEEe-0007y0-00 for ; Fri, 01 Oct 2004 05:37:32 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: dialup-216-12-206-101.ev1.net Original-X-Trace: quimby.gnus.org 1096601852 30582 216.12.206.101 (1 Oct 2004 03:37:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 1 Oct 2004 03:37:32 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:Yk91P/hCifd/gDijUMMVKTvnCwI= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58670 test writes: > Ralf Angeli a =E9crit : > >> * Kevin Greiner (2004-09-30) writes: >>=20 >>>The problem is that gnus-get-info isn't consistent. Sometimes it >>>needs the full name other times the 'real' name. I've updated yet >>>again, please give it a try. >> It still forgets the marks. >> In `gnus-agent-synchronize-group-flags' you are now computing a full >> group name to be passed to `gnus-get-info' when it's called the second >> time. If this value is used instead of the short group name in the >> call to `gnus-request-set-mark' as well, the marks will be updated. >> That's because `(gnus-find-method-for-group group)' in >> `gnus-request-set-mark' won't return '(nnil) anymore but '(nntp >> "news.individual.net"). >>=20 > I confirm that. I still have lost marks with a checkout from today mornin= g. OK, I've fixed the group being passed to gnus-request-set-mark. How are things now? BTW, Lars reversed the default setting on gnus-agent-synchronize-flags. Flag synchronization is now turned OFF until you customize this variable. Kevin