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: Patch: Replacing the style of the More/Hide Rest button in Customize Date: Sun, 19 Feb 2006 01:09:20 +0100 Message-ID: <43F7B730.2060605@student.lu.se> References: <43F7AB0E.1050407@student.lu.se> <87u0aw1ant.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140308934 25126 80.91.229.2 (19 Feb 2006 00:28:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2006 00:28:54 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 01:28:52 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 1FAcRU-00048E-Fv for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 01:28:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAcRT-0002aL-LI for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 19:28:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAc9C-0003FQ-Vt for emacs-devel@gnu.org; Sat, 18 Feb 2006 19:09:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAc8t-0003Av-7k for emacs-devel@gnu.org; Sat, 18 Feb 2006 19:09:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAc8t-0003Ap-2v for emacs-devel@gnu.org; Sat, 18 Feb 2006 19:09:35 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAcEY-0001rw-2b for emacs-devel@gnu.org; Sat, 18 Feb 2006 19:15:26 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43EC2A6A0020F7CA; Sun, 19 Feb 2006 01:09:21 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Chong Yidong In-Reply-To: <87u0aw1ant.fsf@stupidchicken.com> 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:50735 Archived-At: Chong Yidong wrote: > Lennart Borgman writes: > > >> + (defface widget-link-face >> + `((((class color) (background light)) (:foreground "blue" :underline t)) >> + (((class color) (background dark)) (:foreground "cyan" :underline t))) >> + "Face used to highlight attributes that are links." >> + :group 'custom-faces) >> > > Probably better to inherit the `link' face. > Thanks, yes you are right. It seems like Juri added that face on 2006-01-23. I wrote this patch long ago.