From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Inherited face appears as a function in customize-face buffer Date: Fri, 01 Apr 2005 23:19:09 -0500 Message-ID: References: <4655671.1112344821006.JavaMail.www@wwinf1304.me-wanadoo.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112416553 24573 80.91.229.2 (2 Apr 2005 04:35:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2005 04:35:53 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 06:35:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHaMI-0004zO-LQ for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2005 06:35:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHaNh-0001N2-KD for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2005 23:37:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHaMm-0000wu-As for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:36:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHaMH-0000lC-Hi for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:35:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHaM5-0000Zc-3s; Fri, 01 Apr 2005 23:35:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHa6j-0000me-E0; Fri, 01 Apr 2005 23:19:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DHa6H-00036K-Ul; Fri, 01 Apr 2005 23:19:10 -0500 Original-To: david.ponce@wanadoo.fr In-reply-to: <4655671.1112344821006.JavaMail.www@wwinf1304.me-wanadoo.net> (message from David PONCE on Fri, 1 Apr 2005 10:40:21 +0200 (CEST)) 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:35490 gmane.emacs.pretest.bugs:6735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35490 I am not sure it is due to my change nor have any idea on what could cause it. Maybe a guru of the custom/widget internals could help? I hope we have one. I don't know any more about this code than you do; probably less, since I have had more time to forget. The experience of Custom has confirmed my previous negative opinion of object oriented programming. I think it would be a lot easier to maintain Custom if it were rewritten not to use widgets. However, we can't do that before the coming release.