From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: supporting mouse-entered, mouse-left Date: Fri, 31 Jul 2009 13:23:19 -0700 Message-ID: <8F83745376C049F683731B07431703F7@us.oracle.com> References: <9c768dc60907310013o7226f1d5w4cde4c54b03eb474@mail.gmail.com><0C3F67DE39BD414B9E7D825BA8D1F3F4@us.oracle.com><87zlakdcic.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249072141 29245 80.91.229.12 (31 Jul 2009 20:29:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 20:29:01 +0000 (UTC) Cc: 'Steve Yegge' , emacs-devel@gnu.org To: "'Stephen J. Turnbull'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 22:28:53 2009 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.50) id 1MWyij-0005Z0-0K for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 22:28:53 +0200 Original-Received: from localhost ([127.0.0.1]:47844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWyii-0008Ku-98 for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 16:28:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWydX-0002Vl-7u for emacs-devel@gnu.org; Fri, 31 Jul 2009 16:23:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWydS-0002RF-NJ for emacs-devel@gnu.org; Fri, 31 Jul 2009 16:23:30 -0400 Original-Received: from [199.232.76.173] (port=42679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWydS-0002Qx-Cx for emacs-devel@gnu.org; Fri, 31 Jul 2009 16:23:26 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:49341) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWydR-0002qw-S8 for emacs-devel@gnu.org; Fri, 31 Jul 2009 16:23:26 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VKMxfC021832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Jul 2009 20:23:01 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VKNKA5026208; Fri, 31 Jul 2009 20:23:21 GMT Original-Received: from dradamslap1 (/141.144.98.141) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 31 Jul 2009 13:23:19 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcoR/W3MSgJj1z22Q6SA7Q3O/ikG2wAACh/gAAdDRrA= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt006.oracle.com [141.146.116.15] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010206.4A7352B8.007C:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:113484 Archived-At: FWIW, you can use command `hlt-highlight-regexp-region' with a prefix arg to put `mouse-face' on all regexp matches (in the region or buffer). It can use either overlays or text properties. The command is here: http://www.emacswiki.org/emacs/highlight.el. What's still missing for the requested feature is the ability to show _all_ `mouse-face' text whenever you mouse-over any such text.