From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65788 Path: news.gmane.org!not-for-mail From: Elias Oltmanns Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] gnus-agent doesn't always synchronise flags if asked to Date: Tue, 27 Nov 2007 12:46:24 +0100 Message-ID: <87wss3rjvz.fsf@denkblock.local> References: <874pi51a2o.fsf@denkblock.local> <87mytnlf09.fsf@denkblock.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196174737 21285 80.91.229.12 (27 Nov 2007 14:45:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2007 14:45:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14283@lists.math.uh.edu Tue Nov 27 15:45:45 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ix1gp-0000vj-He for ding-account@gmane.org; Tue, 27 Nov 2007 15:45:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ix1fb-0007ij-HE; Tue, 27 Nov 2007 08:44:15 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ix1fZ-0007iQ-U5 for ding@lists.math.uh.edu; Tue, 27 Nov 2007 08:44:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Ix1fS-0003RI-CJ for ding@lists.math.uh.edu; Tue, 27 Nov 2007 08:44:13 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Iwyto-00083D-00 for ; Tue, 27 Nov 2007 12:46:44 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iwytj-0005MF-NS for ding@gnus.org; Tue, 27 Nov 2007 11:46:39 +0000 Original-Received: from pd9e84128.dip.t-dialin.net ([217.232.65.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Nov 2007 11:46:39 +0000 Original-Received: from eo by pd9e84128.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Nov 2007 11:46:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd9e84128.dip.t-dialin.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Cancel-Lock: sha1:4izN7LeXsCXUv8PbBbcisDkxlLY= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65788 Archived-At: Reiner Steib wrote: > On Fri, Nov 09 2007, Elias Oltmanns wrote: > >> Elias Oltmanns wrote: >>> when gnus is switched into plugged mode and any of the agentised servers >>> is offline at the time, the user is asked whether to switch that server >>> into online mode. However, neither then, nor when gnus actually opens a >>> connection to that server (for instance after pressing g in the group >>> buffer) flags are synchronised even though gnus-agent-synchronize-flags >>> is set to t or 'ask. >>> >>> I suggest to call gnus-agent-possibly-synchronize-flags from >>> gnus-open-server. Please find the patch below. >> >> The ChangeLog entry would be: [...] > > Thanks. Installed in the Gnus trunk. The ChangeLog entry is there but I fail to see the actual changes in gnus.el, gnus-int.el gnus-agent.el and gnus-srvr.el. Did something go wrong? > I don't use the agent so I hesitate to install it in v5-10 (i.e. also > Emacs 22.2). I'd suggest to install it in v5-10 as well, if nobody > reports a problem within a week or so. Please feel free to remind us > again. Unfortunately, I'm far from being a cvs expert. Is there an easy way to view diffs between the trunk and the version included in emacs 22.x from within a gnus checkout? This way I could try to find out whether the same problems actually exist in the stable branch as well. Regards, Elias