From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58685 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: Fri, 01 Oct 2004 15:26:01 -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 1096662453 868 80.91.229.6 (1 Oct 2004 20:27:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 20:27:33 +0000 (UTC) Original-X-From: ding-owner+M7223@lists.math.uh.edu Fri Oct 01 22:27:21 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 1CDTzt-0000wt-00 for ; Fri, 01 Oct 2004 22:27:21 +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 1CDTyi-0007DE-00; Fri, 01 Oct 2004 15:26:08 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CDTye-0007D9-00 for ding@lists.math.uh.edu; Fri, 01 Oct 2004 15:26:04 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CDTyf-0005gv-Gs for ding@lists.math.uh.edu; Fri, 01 Oct 2004 15:26:05 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 020563A0027 for ; Fri, 1 Oct 2004 15:26:03 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CDTyc-000327-00 for ; Fri, 01 Oct 2004 22:26:02 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: dialup-216-12-206-101.ev1.net Original-X-Trace: quimby.gnus.org 1096662362 9932 216.12.206.101 (1 Oct 2004 20:26:02 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 1 Oct 2004 20:26:02 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:iJlON1RjMGNYlgcNH8UPhE2fLX0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58685 Ralf Angeli writes: > * Kevin Greiner (2004-10-01) writes: > >> OK, I've fixed the group being passed to gnus-request-set-mark. How >> are things now? > > The "read" marks are working now. Ticks like "!" don't work correctly > yet. > > Steps to reproduce: Start Emacs/Gnus in plugged state, toggle to > unplugged state with `J j', enter a group where you don't have any > ticked articles and tick an article with `!'. Close Gnus and emacs. > Start Emacs/Gnus in plugged state again. A "*" won't show up in the > group buffer at the respective group. Close Gnus and Emacs and start > them again. The "*" will now show up. > >> BTW, Lars reversed the default setting on >> gnus-agent-synchronize-flags. Flag synchronization is now turned OFF >> until you customize this variable. > > I never understood this change. `ask' was the correct default IMO. > Anyway, I customized it to t. Tick marks are now handled correctly. Kevin