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: More bugs in Custom themes Date: Mon, 11 Jul 2005 01:35:01 -0400 Message-ID: References: <200506300152.j5U1qBo01566@raven.dms.auburn.edu> <200507010104.j6114rD07388@raven.dms.auburn.edu> <200507030215.j632FHG09392@raven.dms.auburn.edu> <200507060332.j663WlA21625@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121063220 28214 80.91.229.2 (11 Jul 2005 06:27:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2005 06:27:00 +0000 (UTC) Cc: abraham@dina.kvl.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 08:26:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrrkP-00023R-7V for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 08:26:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drrlx-0000Bw-3X for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 02:28:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Drra0-0006BT-0R for emacs-devel@gnu.org; Mon, 11 Jul 2005 02:15:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrrXx-0005kU-Ij for emacs-devel@gnu.org; Mon, 11 Jul 2005 02:13:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrrXw-00058R-CG for emacs-devel@gnu.org; Mon, 11 Jul 2005 02:13:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Drr6d-0007hD-93 for emacs-devel@gnu.org; Mon, 11 Jul 2005 01:45:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DrqwX-0007fx-HF; Mon, 11 Jul 2005 01:35:01 -0400 Original-To: Luc Teirlinck In-reply-to: <200507060332.j663WlA21625@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 5 Jul 2005 22:32:47 -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:40752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40752 I rewrote most of the themes code in custom.el. I did not have time to debug it ;-(, but I verified that Emacs still at least builds and runs. Whether or not it is bug-free, at least now it should have a clear design that ought to make fixing any remaining bugs straightforward. What will take the time now is the testing. That's what I don't have time to do now. Could you please look at the code and see if the design is clear to you? If so, could you start testing it and fix bugs that are easy to fix? If you find a bug that you can't fix, please send me the test case and I will fix it.