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: Bug in Custom apparently due to Custom Themes. Date: Fri, 12 May 2006 22:13:27 -0500 (CDT) Message-ID: <200605130313.k4D3DRLb004371@jane.dms.auburn.edu> References: <200605130245.k4D2jgOL004323@jane.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147490087 32416 80.91.229.2 (13 May 2006 03:14:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 May 2006 03:14:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 13 05:14:45 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 1Fekaa-0000c5-8p for ged-emacs-devel@m.gmane.org; Sat, 13 May 2006 05:14:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FekaZ-0008NW-MP for ged-emacs-devel@m.gmane.org; Fri, 12 May 2006 23:14:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FekaP-0008NN-JB for emacs-devel@gnu.org; Fri, 12 May 2006 23:14:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FekaO-0008My-40 for emacs-devel@gnu.org; Fri, 12 May 2006 23:14:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FekaN-0008Mt-Qt for emacs-devel@gnu.org; Fri, 12 May 2006 23:14:31 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FekcF-0004eX-Vb for emacs-devel@gnu.org; Fri, 12 May 2006 23:16:28 -0400 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.6/8.13.6) with ESMTP id k4D3EVPL004348 for ; Fri, 12 May 2006 22:14:31 -0500 (CDT) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id k4D3DRl2004374 for ; Fri, 12 May 2006 22:13:27 -0500 (CDT) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id k4D3DRLb004371; Fri, 12 May 2006 22:13:27 -0500 (CDT) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org In-reply-to: <200605130245.k4D2jgOL004323@jane.dms.auburn.edu> (message from Luc Teirlinck on Fri, 12 May 2006 21:45:42 -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:54357 Archived-At: It would appear that the code which, according to my edebugging, produces the bug was introduced by this change: 2005-12-23 Chong Yidong ... (custom-variable-state-set, custom-face-state-set): Check theme-value instead of saved-value. .... So there is a definite probability that a similar problem exists for custom-face-state-set too, although I did not check this. Sincerely, Luc.