From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4958 Path: main.gmane.org!not-for-mail From: abraham@dina.kvl.dk (Per Abrahamsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: Group buffer highlighting Date: 29 Jan 1996 18:35:49 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145631 31351 80.91.224.250 (20 Oct 2002 20:27:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:27:11 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id KAA26714 for ; Mon, 29 Jan 1996 10:54:23 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 29 Jan 1996 18:37:24 +0100 Original-Received: from ssv4.dina.kvl.dk (ssv4.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id SAA26752; Mon, 29 Jan 1996 18:32:55 +0100 Original-Received: (abraham@localhost) by ssv4.dina.kvl.dk (8.6.12/8.6.4) id SAA13775; Mon, 29 Jan 1996 18:35:50 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 25 Jan 1996 07:32:54 +0100 Original-Lines: 45 Xref: main.gmane.org gmane.emacs.gnus.general:4958 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4958 How 'bout trying to emulate the summary buffer color code? That should make it easier for the user to get an intuitive idea of what they mean. Let's see... [ The same shades of the primary colors should be used as in the summary. ] red: group has ticked/dormant articles but zero unreads, and 5 <= group level < 2 bold red: group has ticked/dormant articles but zero unreads, and group level <= 2 italic red: group has ticked/dormant articles but zero unreads, and group level < 5 blue: group has zero unread and zero ticked/dormant 5 <= group level < 2 bold blue: group has zero unread and zero ticked/dormant group level <= 2 italic blue: group has zero unread and zero ticked/dormant group level < 5 default: group has unread articles. 5 <= group level < 2 bold default; group has unread articles. group level <= 2 italic default: group has unread articles. group level < 5 green: zombie group. yellow on black: killed group (perhaps too strong) That's the closest I can get on duplicating the color encoding. nndoc, nndraft, nnvirtual, and nnkiboze should each get some noticable color.