From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: `face' widget type Date: Sun, 27 Feb 2005 08:42:56 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109511812 32381 80.91.229.2 (27 Feb 2005 13:43:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 13:43:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 14:43:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5Ohg-0006v0-4X for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 14:43:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Ozq-0008TY-6w for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 09:02:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5Owx-0007pk-4s for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5Ows-0007n3-Ns for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Ows-0007li-3c for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:06 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5OhF-0002Gr-GD for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:42:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D5OhE-0003q2-Pz; Sun, 27 Feb 2005 08:42:56 -0500 Original-To: Per Abrahamsen 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33870 I got rid of the confusing double-levels of hiding, and the double magic button, by redefining `face' in terms of `editable-field'. I also put in a "sample" to show what the chosen face looks like. It works except for one thing: when I set a different face name, the sample does not update. How can I make it update?