From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Inherited face appears as a function in customize-face buffer Date: Wed, 06 Apr 2005 11:21:02 +0200 Message-ID: References: <32741962.1112683410423.JavaMail.www@wwinf1312> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112779256 26772 80.91.229.2 (6 Apr 2005 09:20:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2005 09:20:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Apr 06 11:20:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJ6iE-0006Ex-60 for gebp-emacs-pretest-bug@gmane.org; Wed, 06 Apr 2005 11:20:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJ6HH-0007yj-Qg for gebp-emacs-pretest-bug@gmane.org; Wed, 06 Apr 2005 04:52:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJ6H3-0007wE-Dy for emacs-pretest-bug@gnu.org; Wed, 06 Apr 2005 04:52:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJ6H3-0007w4-CM for emacs-pretest-bug@gnu.org; Wed, 06 Apr 2005 04:52:33 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DJ6kH-0003TB-6Z for emacs-pretest-bug@gnu.org; Wed, 06 Apr 2005 05:22:45 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DJ6gx-00062W-MM for emacs-pretest-bug@gnu.org; Wed, 06 Apr 2005 11:19:19 +0200 Original-Received: from iwi190.iwi.uni-sb.de ([134.96.72.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2005 11:19:19 +0200 Original-Received: from angeli by iwi190.iwi.uni-sb.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2005 11:19:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-pretest-bug@gnu.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: iwi190.iwi.uni-sb.de User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Rwh02TBuloFrUNI9BVjEG519RDA= X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: emacs-pretest-bug.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:6832 gmane.emacs.devel:35615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35615 * David PONCE (2005-04-05) writes: >> It looks clean to me. I have never understood widgets very well, >> so I don't know whether it is correct. But if it seems to work >> better than the present code, it must be a step forward. >> >> I wish someone here had enough expertise to be able to >> assure us it is correct--but I think nobody does. >> >> So would someone please install the change? >> And thanks. > > I installed the change. Thanks! I just compared this functionality in CVS Emacs with Emacs 21. In Emacs 21 it is easier to select a face because there is this "Select Face" button which presents you with a minibuffer prompt including auto-completion of face names. Additionally you can change the faced used for inheritance right away. The latter functionality is not so important for me and can lead to strange results if click on all the "Show" buttons for faces with multiple nested inheritance (the `font-latex-title-*-face' faces in AUCTeX are an example for this). But it would be very nice to have the completion mechanism back and maybe a link to the face used for inheritance in case it should not be displayed right away as in Emacs 21. -- Ralf