From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4361 Path: main.gmane.org!not-for-mail From: Scott Blachowicz Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-cache redux Date: Mon, 11 Dec 1995 10:46:29 -0800 Message-ID: <199512111846.KAA29674@block.statsci.com> References: Reply-To: scott@statsci.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145118 29317 80.91.224.250 (20 Oct 2002 20:18:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:18:38 +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.6.11/8.6.9) with ESMTP id LAA04540 for ; Mon, 11 Dec 1995 11:43:33 -0800 Original-Received: from main.statsci.com (main.statsci.com [198.145.127.110]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 11 Dec 1995 19:46:34 +0100 Original-Received: from block.statsci.com by main.statsci.com with smtp (Smail3.1.29.1 #3) id m0tPDF8-000r3sC; Mon, 11 Dec 95 10:46 PST Original-Received: from localhost (localhost [127.0.0.1]) by block.statsci.com (8.6.12/8.6.9) with SMTP id KAA29674 for ; Mon, 11 Dec 1995 10:46:29 -0800 Original-To: ding@ifi.uio.no In-reply-to: Your message of "10 Dec 1995 16:15:58 +0100." Xref: main.gmane.org gmane.emacs.gnus.general:4361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4361 larsi@ifi.uio.no (Lars Magne Ingebrigtsen) wrote: > I agree with you that caching should be dissociated from the marks. > I'm currently leaning towards just adding two enter/exit commands, and > an "*" would be displayed in the second column of the screen (where > "#" and "A" are displayed. A bit crowded, perhaps. :-) Which reminds me...how does one specify highlighting on the process-mark? I've got this (which doesn't work - presumably 'mark is bound to whatever is in the first column): (cond ((eq gnus-display-type 'color) (setq gnus-summary-highlight (list (cons '(= mark gnus-process-mark) (custom-face-lookup nil "gold" nil nil nil nil)) (cons '(= mark gnus-canceled-mark) (custom-face-lookup "red" "black" nil nil nil nil)) ;;...etc... Also, is it possible to combine highlighting attributes? For example, change the foreground color based on process-mark and background based on other marks? Or do I have to enumerate all the combinations myself? Thanx, Scott Blachowicz Ph: 206/283-8802x240 StatSci, a div of MathSoft, Inc. 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org