From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Custom themes Date: Sat, 25 Jun 2005 12:40:35 -0400 Message-ID: References: <200506250127.j5P1RWJ11778@raven.dms.auburn.edu> <200506250157.j5P1v5L11801@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119718967 32214 80.91.229.2 (25 Jun 2005 17:02:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2005 17:02:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 25 19:02:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmE2k-0007lc-Vd for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2005 19:02:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmEA1-0006pO-FS for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2005 13:09:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmE4P-0004C8-JN for emacs-devel@gnu.org; Sat, 25 Jun 2005 13:03:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmE4B-00041D-Bo for emacs-devel@gnu.org; Sat, 25 Jun 2005 13:03:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmE4B-0003G9-1H for emacs-devel@gnu.org; Sat, 25 Jun 2005 13:03:39 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DmDmo-0005Bp-Q4 for emacs-devel@gnu.org; Sat, 25 Jun 2005 12:45:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DmDhr-0004GW-Ho; Sat, 25 Jun 2005 12:40:35 -0400 Original-To: Luc Teirlinck In-reply-to: <200506250157.j5P1v5L11801@raven.dms.auburn.edu> (message from Luc Teirlinck on Fri, 24 Jun 2005 20:57:05 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39506 Some questions and remarks _were_ naive. At second look `customize-create-theme' seems to be a user level command rather than a Lisp programmer level command, as I first thought. Trying it out, it seems to have a very unfinished look to it. I still do not really know what it is exactly trying to do. I don't remember the details, but it is a matter of defining a collection of custom settings and giving them a name. Then you can enable them and disable them by name.