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: Mon, 27 Jun 2005 20:42:54 -0500 (CDT) Message-ID: <200506280142.j5S1gsq22710@raven.dms.auburn.edu> References: <200506250127.j5P1RWJ11778@raven.dms.auburn.edu> <200506250157.j5P1v5L11801@raven.dms.auburn.edu> <200506260319.j5Q3J5Q14922@raven.dms.auburn.edu> <200506280121.j5S1LAT22689@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119923411 2711 80.91.229.2 (28 Jun 2005 01:50:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 01:50:11 +0000 (UTC) Cc: cinsky@gmail.com, abraham@dina.kvl.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 03:50:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dn5EY-0004Pb-Vl for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 03:49:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn5MJ-00087C-8d for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 21:57:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dn5Kj-0007bS-FE for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:56:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dn5Kg-0007Zs-GX for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:56:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn5Ke-0007NH-SE for emacs-devel@gnu.org; Mon, 27 Jun 2005 21:56:13 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dn5Dt-0007u5-Hj; Mon, 27 Jun 2005 21:49:13 -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 j5S1ibCK018852; Mon, 27 Jun 2005 20:44:37 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j5S1gsq22710; Mon, 27 Jun 2005 20:42:54 -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: <200506280121.j5S1LAT22689@raven.dms.auburn.edu> (message from Luc Teirlinck on Mon, 27 Jun 2005 20:21:10 -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:39709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39709 Note that, after my patches, the bugs in the Custom Theme machinery that I am aware of _only_ occur after unloading previously loaded themes. I could point out more explicitly in my docs that this is the only problem. I believe that neither color-theme.el nor etheme.el even attempt to undo a previously loaded theme, so maybe that ability is not that important anyway. If you do not attempt to unload themes, then Custom themes work pretty well after my patches. (And _in very basic situations_, unloading works well too.) Sincerely, Luc.