From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11973 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.gnus.user Subject: Compacting groups & article marks buglet? Date: Thu, 05 Mar 2009 02:06:37 +0200 Organization: SunSITE.dk - Supporting Open source Message-ID: <877i34rfxu.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236213632 2712 80.91.229.12 (5 Mar 2009 00:40:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2009 00:40:32 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Mar 05 01:41:49 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lf1en-0003Jv-9M for gegu-info-gnus-english@m.gmane.org; Thu, 05 Mar 2009 01:41:49 +0100 Original-Received: from localhost ([127.0.0.1]:49209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lf1dS-0007zU-0H for gegu-info-gnus-english@m.gmane.org; Wed, 04 Mar 2009 19:40:26 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (berkeley-unix) Cancel-Lock: sha1:O65lkxbpevsiuGFIhTcFn2dEZuI= Original-Lines: 29 Original-NNTP-Posting-Host: 62.1.61.175 Original-X-Trace: news.sunsite.dk DXC=f:l\95Ne; 97:YiKBaBLXD=YSB=nbEKnk; l:4`YVO27`?L^Mj7Jg8^6hNg5C0KaLiUR]:cA?5aPGIi<_Fg< Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.gnus:82236 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:11973 Archived-At: Hi everyone, I am running Gnus from a snapshot of CVS Emacs at 2009-02-23 01:37 +0000, right after the change to lisp/composite.el by Handa-san: 2009-02-23 01:37 +0000 Kenichi Handa * lisp/composite.el: (auto-composition-mode): Don't add a hook to after-change-functions. Don't decompose the buffer. (auto-composition-after-change): Delete it. (toggle-auto-composition): Make it an alias of auto-composition-mode. (auto-compose-region): Delete it. Whenever I compact a group in the `*Group*' buffer, by typing `G z', it seems that the articles are compressed but article marks are a bit messed up. In particular, the next time I pull articles from my nnml source (my ~/Mailbox file), the newly pulled articles end up being marked as `O' (old, read) or even `E' (expired) in the summary buffer of the group. I haven't actually pinned down this to a particular source part of Gnus, but my intuition says that it has something to do with the way `gnus-group-compact-group' updates the group overview file, or the way it does _not_ update it when the group is compacted. Has anybody else noticed something similar?