From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: can we please define a face for compile.el mouseover? Date: Tue, 15 Feb 2011 21:42:28 +0200 Message-ID: <834o85f5jv.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1297798968 9399 80.91.229.12 (15 Feb 2011 19:42:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 19:42:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 20:42:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpQnL-00045b-Dj for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 20:42:43 +0100 Original-Received: from localhost ([127.0.0.1]:35928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpQnK-0005yL-P7 for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 14:42:42 -0500 Original-Received: from [140.186.70.92] (port=35305 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpQnF-0005wC-Sw for emacs-devel@gnu.org; Tue, 15 Feb 2011 14:42:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpQnE-0007Dh-FS for emacs-devel@gnu.org; Tue, 15 Feb 2011 14:42:37 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:60887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpQnE-0007BM-2R for emacs-devel@gnu.org; Tue, 15 Feb 2011 14:42:36 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LGO00L00BT4U400@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 15 Feb 2011 21:42:26 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.192.4]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LGO00K0VC2PWP70@a-mtaout22.012.net.il>; Tue, 15 Feb 2011 21:42:26 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:136066 Archived-At: > From: "Drew Adams" > Date: Tue, 15 Feb 2011 11:26:45 -0800 > > Can we please define a face to be used for the `mouse-face' property in the > `compile.el' code? > > It doesn't make sense to hard-code `highlight' in this code. Is there any code in Emacs that does _not_ use `highlight' for mouse-face? If not (or if the other cases are a very small minority), this should probably be fixed for Emacs in general, not just in compile.el. Also, someone should perhaps see if using arbitrary faces for mouse highlight will not be too dangerous (given how this is implemented in the display engine), before we allow to customize it.