From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38136 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Seen/Unseen Date: Mon, 20 Aug 2001 17:34:26 -0700 Message-ID: <2nbslauu7h.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173764 19244 80.91.224.250 (21 Oct 2002 04:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:16:04 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 26072 invoked from network); 21 Aug 2001 00:35:02 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.80) by gnus.org with SMTP; 21 Aug 2001 00:35:02 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.4/8.11.2) id f7L0YTV22318; Mon, 20 Aug 2001 17:34:29 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Mail-Copies-To: never In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Aug 2001 17:29:23 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:38136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38136 Lars Magne Ingebrigtsen writes: > I've now implemented the seen-article thing. It works as follows: > > 1) If you enter a group that has no `seen' marks, everything is marked > as normal. > > 2) If you enter a group with `seen' marks, all the unseen articles get > a secondary `gnus-unseen-mark' set on them. I've defaulted that to > ".", since that's a pretty unobtrusive character. > > And that's that, really. Although I've forgotten to document this. > Fixing now... I think `seen' in gnus-article-mark-lists should be replaced with `unseen'. The variables, like gnus-newsgroup-marked and it friends, are a list of article numbers, but gnus-newsgroup-seen is a list of ranges, which makes gnus-update-missing-marks barf. ShengHuo