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: blue underlined for button face and fill in apropos Date: Sun, 19 Feb 2006 22:08:20 +0100 Message-ID: <43F8DE44.10300@student.lu.se> References: <43F7A278.3020002@student.lu.se> <87k6brl1tn.fsf@jurta.org> 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 1140395593 27093 80.91.229.2 (20 Feb 2006 00:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 00:33:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 01:33:11 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 1FAyzA-0007Cu-5F for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 01:33:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAyyP-0007bK-Jx for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 19:32:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAvop-0003hS-4Q for emacs-devel@gnu.org; Sun, 19 Feb 2006 16:10:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAvo1-0002qB-C9 for emacs-devel@gnu.org; Sun, 19 Feb 2006 16:09:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAvn8-0001hR-1V for emacs-devel@gnu.org; Sun, 19 Feb 2006 16:08:26 -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 1FAvt0-0005fG-RZ for emacs-devel@gnu.org; Sun, 19 Feb 2006 16:14:31 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43EC2A6A00231402; Sun, 19 Feb 2006 22:08:20 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Juri Linkov In-Reply-To: <87k6brl1tn.fsf@jurta.org> 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:50776 Archived-At: Juri Linkov wrote: >> Here are some small patches I have not had time to propose before. The >> first one changes the color to blue for `button' face. This is the >> underlined face used in help. >> >> I have suggested this before, but without sending a patch. >> >> The second patch sets the default for `apropos-label-face' to `button' >> (above). >> > > I welcome your patches, but suggest using the `link' face for both > `button' and `apropos-label-face'. > That sounds very good to me.