From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: mouse-face on mode-line and header-line Date: Sat, 28 May 2005 00:06:47 +0900 (JST) Message-ID: <20050528.000647.21602912.jet@gyve.org> References: <20050523.202614.220553728.jet@gyve.org> <87zmugn3c6.fsf@jurta.org> <200505271454.j4REsvP06325@raven.dms.auburn.edu> 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 1117206995 20150 80.91.229.2 (27 May 2005 15:16:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 15:16:35 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 17:16:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbgX4-00068M-8f for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 17:13:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbgbL-0007Oi-Nw for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 11:18:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbgaN-00074C-4W for emacs-devel@gnu.org; Fri, 27 May 2005 11:17:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbgaK-00072q-Uy for emacs-devel@gnu.org; Fri, 27 May 2005 11:17:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbgaK-00070i-Pd for emacs-devel@gnu.org; Fri, 27 May 2005 11:17:16 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbgXO-0006j8-2q for emacs-devel@gnu.org; Fri, 27 May 2005 11:14:14 -0400 Original-Received: from localhost (P061204093190.ppp.prin.ne.jp [61.204.93.190]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id j4RFD7F22097; Sat, 28 May 2005 00:13:09 +0900 (JST) Original-To: teirllm@dms.auburn.edu In-Reply-To: <200505271454.j4REsvP06325@raven.dms.auburn.edu> X-Mailer: Mew version 4.2 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) 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:37782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37782 From: Luc Teirlinck > Juri Linkov wrote: > > Good improvement, but there is no reason to have two different faces > with different colors for the same purpose - highlighting text areas > under the mouse pointer. > > I believe there is, because the mode line has a different background face. > I believe that the regular highlight face might be hard to see against > the mode line background. Luc wrote everything I'd like to say. As far as I trying for a year(*) the default color of highlight face is not suitable for the default background color of mode-line. (*) A year ago, I wrote the first version of this patch. Masatake YAMATO