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 21:01:57 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040177039 2488 80.91.224.249 (18 Dec 2002 02:03:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2002 02:03:59 +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 18OTZ0-0000dw-00 for ; Wed, 18 Dec 2002 03:03:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18OTZQ-0005RJ-00 for ; Wed, 18 Dec 2002 03:04:24 +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 18OTXu-0001eu-08 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 21:02:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OTXc-0001c2-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 21:02:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OTXI-0001N7-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 21:02:13 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OTX3-0001HU-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 21:01:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18OTX3-00052W-00; Tue, 17 Dec 2002 21:01:57 -0500 Original-To: emacs-devel@gnu.org In-reply-to: (message from Ami Fischman on Mon, 16 Dec 2002 22:18:50 -0800) 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:10244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10244 Upon re-reading your suggestion, I think what you are saying is you want the ability to say [work] or [home] and have `work' and `home' be "categories" -- presumably a conglomerate of face attributes that apply to the entry. But how is this simpler than defining a "work" or "home" face I am not sure. Perhaps being able to specify a face is good enough, and we don't need a categories feature. and having an sexp entry invoke it? These tags are much more convenient than sexp entries. To be able to specify a face (or category) with [...] would certainly be a good feature.