From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Custom themes Date: Fri, 24 Jun 2005 20:27:32 -0500 (CDT) Message-ID: <200506250127.j5P1RWJ11778@raven.dms.auburn.edu> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119662659 493 80.91.229.2 (25 Jun 2005 01:24:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2005 01:24:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 25 03:24:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlzP1-0005db-0Y for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2005 03:24:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlzW9-0008LT-JC for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2005 21:31:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlzVv-0008Kw-3s for emacs-devel@gnu.org; Fri, 24 Jun 2005 21:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlzVt-0008Jy-1C for emacs-devel@gnu.org; Fri, 24 Jun 2005 21:31:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlzVs-0008Jv-UW for emacs-devel@gnu.org; Fri, 24 Jun 2005 21:31:16 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlzXS-00027i-Uo; Fri, 24 Jun 2005 21:32:56 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j5P1T8CK006796; Fri, 24 Jun 2005 20:29:08 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j5P1RWJ11778; Fri, 24 Jun 2005 20:27:32 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:39481 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39481 Richard Stallman wrote: Could someone please document Custom themes in the Emacs manual? I know nothing about them, but some naive questions: Do they already work? Are they used anywhere? The command to create a theme seems to be `customize-create-theme'. Grepping seems to show that it is not used once outside cus-theme.el, where it is defined. Not one single theme appears to be defined in the Emacs source tree. So it might seem too early to document them in the Emacs manual. I have the impression that an Emacs user who is not an Elisp programmer needs pre-defined themes, to get any benefit from themes (but I may be wrong). The are not documented in the Elisp manual either. I have no idea whether or not it is too early to do that. Sincerely, Luc.