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 09:42:22 -0700 Message-ID: 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 1249058672 21830 80.91.229.12 (31 Jul 2009 16:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 16:44:32 +0000 (UTC) Cc: emacs-devel@gnu.org, 'Steve Yegge' To: "'Stephen J. Turnbull'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 18:44:24 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 1MWvDT-0000pn-VD for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 18:44:24 +0200 Original-Received: from localhost ([127.0.0.1]:60200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWvDT-0003dU-3i for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 12:44:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWvBf-0002rd-U2 for emacs-devel@gnu.org; Fri, 31 Jul 2009 12:42:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWvBb-0002pg-Ru for emacs-devel@gnu.org; Fri, 31 Jul 2009 12:42:31 -0400 Original-Received: from [199.232.76.173] (port=54957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWvBb-0002pX-Of for emacs-devel@gnu.org; Fri, 31 Jul 2009 12:42:27 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:32127) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWvBb-00067P-4E for emacs-devel@gnu.org; Fri, 31 Jul 2009 12:42:27 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VGg1nw026512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Jul 2009 16:42:02 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VGgdqM002662; Fri, 31 Jul 2009 16:42:40 GMT Original-Received: from dradamslap1 (/141.144.168.5) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 31 Jul 2009 09:42:21 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87zlakdcic.fsf@uwakimon.sk.tsukuba.ac.jp> Thread-Index: AcoR/W3MSgJj1z22Q6SA7Q3O/ikG2wAACh/g 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.4A731EEE.00C8: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:113463 Archived-At: > I think you are misunderstanding. It wasn't entirely clear to me, but > I think he wants *all* instances of a word to flash if the mouse is > over *one* of them (as with `isearch-highlight-all-matches'), and for > the highlighted word to change as the mouse moves. Yes, I got it, from your and his clarifications. Thx. I think it would be a good feature. Until then, isearch.