From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: customize-create-theme Date: Mon, 02 Jan 2006 17:12:50 -0500 Message-ID: <87psnab7od.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136239969 15466 80.91.229.2 (2 Jan 2006 22:12:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2006 22:12:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 02 23:12:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EtXus-0004vf-2n for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2006 23:12:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtXwS-0007B6-UK for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2006 17:14:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EtXwJ-0007Ao-IK for emacs-devel@gnu.org; Mon, 02 Jan 2006 17:14:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EtXwH-0007AZ-TH for emacs-devel@gnu.org; Mon, 02 Jan 2006 17:14:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtXwH-0007AW-Qw for emacs-devel@gnu.org; Mon, 02 Jan 2006 17:14:01 -0500 Original-Received: from [18.19.6.82] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EtXxP-000589-36 for emacs-devel@gnu.org; Mon, 02 Jan 2006 17:15:11 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 529D51208D6; Mon, 2 Jan 2006 17:12:50 -0500 (EST) Original-To: emacs-devel@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:48634 Archived-At: I've checked in a new interface for M-x customize-create-theme into cus-theme.el. Hopefully, this should be easier to use than the old one. Also, I've removed a couple of unused code paths in the Custom Themes code (which were apparently adapted willy-nilly from XEmacs), so the code should be a little more understandable now. Those of you who've had trouble using or reading the Custom Themes code may want to try again. Bug reports welcome. (The old customize-create-themes interface had a couple of pretty obvious bugs in it -- one of them due to me -- but no one seemed to notice. Oh well.)