From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LENNART BORGMAN Newsgroups: gmane.emacs.devel Subject: Re: widget-inactive face unusable Date: Mon, 04 Jul 2005 11:56:35 +0200 Message-ID: <4732159472e282.472e2824732159@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1120473226 4481 80.91.229.2 (4 Jul 2005 10:33:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2005 10:33:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 04 12:33:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpOFp-0006TS-VC for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2005 12:32:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpOH2-0006vX-A1 for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2005 06:34:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpNxL-0000yo-B0 for emacs-devel@gnu.org; Mon, 04 Jul 2005 06:13:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpNxJ-0000yF-0D for emacs-devel@gnu.org; Mon, 04 Jul 2005 06:13:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpNub-0000CH-2j for emacs-devel@gnu.org; Mon, 04 Jul 2005 06:10:49 -0400 Original-Received: from [130.235.208.46] (helo=piraten.student.lu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DpNma-0004r6-Km for emacs-devel@gnu.org; Mon, 04 Jul 2005 06:02:32 -0400 Original-Received: from net.lu.se (localhost [127.0.0.1]) by piraten.student.lu.se (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0IJ300KDPKYBIF@piraten.student.lu.se> for emacs-devel@gnu.org; Mon, 04 Jul 2005 11:56:35 +0200 (MEST) Original-Received: from [212.209.42.132] by piraten.student.lu.se (mshttpd); Mon, 04 Jul 2005 11:56:35 +0200 Original-To: Juri Linkov X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-language: sv Content-disposition: inline X-Accept-Language: sv Priority: normal 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:40325 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40325 From: Juri Linkov > > I get the "dim gray" foreground. I do not know what "dim" stands > for but > > removing it gives me a more useful color. The widget label is > now really > > gray. (However it might even be too hard to read.) > > > > How does it look on other platforms? Can we change it to > something useful? > > There is a special face for this purpose. Could you try to use it > with > (defface widget-inactive > '((t (:inherit shadow))) > "Face used for inactive widgets." > :group 'widget-faces) Thanks, that is much better. Could this be used instead?