From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephan Stahl Newsgroups: gmane.emacs.devel Subject: Re: customize-style Date: Fri, 21 Mar 2003 09:10:40 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030321091040.B2960@WINPC174> References: <20030317152226.E536@WINPC174> <200303171543.h2HFh30m013114@rum.cs.yale.edu> <87k7exy1q8.fsf@gnu.org> <87isufm746.fsf@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048234237 14605 80.91.224.249 (21 Mar 2003 08:10:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 08:10:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Mar 21 09:10:36 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wHbn-0003nR-00 for ; Fri, 21 Mar 2003 09:10:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18wHdR-0005v0-00 for ; Fri, 21 Mar 2003 09:12:17 +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 18wHaN-0000vI-09 for emacs-devel@quimby.gnus.org; Fri, 21 Mar 2003 03:09:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18wHa1-0000PM-00 for emacs-devel@gnu.org; Fri, 21 Mar 2003 03:08:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18wHZl-0007y1-00 for emacs-devel@gnu.org; Fri, 21 Mar 2003 03:08:32 -0500 Original-Received: from mail.isogmbh.de ([194.139.105.20] helo=ns2.isogmbh.de) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18wHZU-0006fL-00 for emacs-devel@gnu.org; Fri, 21 Mar 2003 03:08:12 -0500 Original-Received: (qmail 18575 invoked from network); 21 Mar 2003 08:08:07 -0000 Original-Received: from unknown (HELO winpc174) (192.168.81.11) by mail.dmz.isogmbh.de with SMTP; 21 Mar 2003 08:08:07 -0000 Original-Received: by winpc174 (sSMTP sendmail emulation); Fri, 21 Mar 2003 09:10:40 +0100 Original-To: Alex Schroeder , emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87isufm746.fsf@gnu.org>; from alex@gnu.org on Wed, Mar 19, 2003 at 09:30:49PM +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:12500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12500 On Wed, Mar 19, 2003 at 09:30:49PM +0100, Alex Schroeder wrote: > > ** custom themes collect a number of variable and face settings for sharing > > faces, and writes the theme file for you. In order to use such a > theme, put the file in your load-path, and use (require-theme 'foo) > where foo is the name of the theme (and "foo.el" is the name of the > file). I use emacs 21.2.1 so i do not know anything about custom themes or its documentation but i think the user should be told about how to change themes at runtime. Maybe even via a keyboard command as in cc-mode (C-c .) If that is already the case then sorry for the message. Maybe i should update my emacs :-) Stephan