From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: Gnus with Emacs 23: gnus-gcc-mark-as-read not working anymore Date: Mon, 28 Sep 2009 20:25:35 +0200 Message-ID: <87eiprncyo.fsf@arcor.de> References: <87zl8og1rn.fsf@usenet.my.skamphausen.de> <87eipzto4p.fsf@usenet.my.skamphausen.de> <874oqncbmf.fsf@usenet.my.skamphausen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254162795 13773 80.91.229.12 (28 Sep 2009 18:33:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2009 18:33:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 28 20:33:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MsL1z-0002H3-S5 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Sep 2009 20:33:04 +0200 Original-Received: from localhost ([127.0.0.1]:36191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsL1z-0001vg-0d for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Sep 2009 14:33:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsKxN-0000Ma-3J for help-gnu-emacs@gnu.org; Mon, 28 Sep 2009 14:28:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsKxI-0000Kj-AK for help-gnu-emacs@gnu.org; Mon, 28 Sep 2009 14:28:16 -0400 Original-Received: from [199.232.76.173] (port=48198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsKxI-0000Kd-4A for help-gnu-emacs@gnu.org; Mon, 28 Sep 2009 14:28:12 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:34074) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsKxH-0006Iw-HA for help-gnu-emacs@gnu.org; Mon, 28 Sep 2009 14:28:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MsKvi-0007hE-Dv for help-gnu-emacs@gnu.org; Mon, 28 Sep 2009 20:26:34 +0200 Original-Received: from dslc-082-083-044-137.pools.arcor-ip.net ([82.83.44.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Sep 2009 20:26:34 +0200 Original-Received: from deng by dslc-082-083-044-137.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Sep 2009 20:26:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslc-082-083-044-137.pools.arcor-ip.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:r8JvyfWem71PaEocBZrNxg7OwQo= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68515 Archived-At: Stefan Kamphausen writes: > Stefan Kamphausen writes: >> in the meantime I dived into the code and found that my description was >> not fully correct. Right after sending a message with GCC-headers those >> messages seem to be marked read, because they don't show up immediately >> after sending. Just when I hit 'g' (gnus-group-get-new-news) the new >> message make the group appear bold and with a message count > 0 in the >> group buffer. Does hitting M-g on the group fix this? > Rereading my older post and while searching the gnus-source code as well > as the internet for answers I found that the method is stripped from the > group name. According to this thread from 2006 > http://thread.gmane.org/gmane.emacs.gnus.general/62775/focus=62934 > this may well be the problem. > > To me it seems like the call to (gnus-group-short-name group) leads to > my problem. If I read the changelog correctly it was introduced in > revision 1.57, Fri Jan 9 03:01:51 2009 UTC: > > http://cvs.savannah.gnu.org/viewvc/emacs/lisp/gnus/gnus-msg.el?root=emacs&r1=1.56&r2=1.57 This was introduced because of a problem with nnimap as primary mail backend. See http://thread.gmane.org/gmane.emacs.gnus.general/67932 Do you use nnml as your primary back end? Regards, David