From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: specific coloring of diary calendar entries Date: Tue, 17 Dec 2002 13:44:24 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <878yyqdctt.fsf@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040151377 20241 80.91.224.249 (17 Dec 2002 18:56:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 18:56:17 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18OMpD-0004ym-00 for ; Tue, 17 Dec 2002 19:52:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ON3J-0001Ji-00 for ; Tue, 17 Dec 2002 20:06:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OMlr-0008MP-00 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 13:48:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OMiZ-0007kF-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 13:45:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OMi1-0007Hs-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 13:44:53 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OMhc-00074q-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 13:44:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18OMhc-000454-00; Tue, 17 Dec 2002 13:44:24 -0500 Original-To: alex@emacswiki.org In-reply-to: <878yyqdctt.fsf@emacswiki.org> (message from Alex Schroeder on Mon, 16 Dec 2002 01:31:10 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10228 The word after the colon is checked for facep. If so, this face is used, if not, and it is a valid color name, then the color is used. Later, if somebody feels like implementing categories, that can be added easily. I don't think it is a good idea to let one name be either a face or a color. I recommend these alternatives instead: * a face name * a category name * foreground:COLOR * background:COLOR