From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: C-x 3 C-s foo Only window with cursor "lights up" foo Date: Sat, 05 Feb 2005 01:21:33 +0100 Organization: Organization?!? Message-ID: References: <87vf9d37ql.fsf-monnier+gnu.emacs.help@gnu.org> <877jlsyu55.fsf-monnier+gnu.emacs.help@gnu.org> <87ekfxn094.fsf-monnier+gnu.emacs.help@gnu.org> <866518yycx.fsf@pallotta.studby.uio.no> <877jlnlwia.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107562882 23481 80.91.229.2 (5 Feb 2005 00:21:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2005 00:21:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 05 01:21:22 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxDhL-0003vK-0Q for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Feb 2005 01:21:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxDux-0000Wf-G6 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Feb 2005 19:35:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: individual.net SRD7XbviYwTydcAbWsndGwOXVTX9yf3oNy3UfUfSHWsJVaZI9a X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAAD//wAAAP////8A /wD/AAAA////AP8fOy4BAAABYUlEQVQ4jY2UwW7DIAyG63TjjJnEOVjavbv0DfYAewNQJffcS3j9 2ZCuOM20WVES+efz71iQw+Ef8fr+m+L30wi4m3/5BITdOvB1g/SUhhAAb1NKWx8KafY+hERbAFNC DPKwyES4Bs22VQRmRGaPtmci14FMxgSEiHw8cRFiNJlojpfj5Xw6l8mYAPrSiQiGIJql/tuH3CZj IoUldzrKDUxbnWhhCOgrtZSSDxNZRdBLeXmd/yaIfkwUfpi0lGINGNqihsgYfQM2hM63Aw+ir1Mh kOmqMxCLN+u1X2GSCkLM4xBbNythtp1+cCqxxKAjMLOSa4nl2r7EDwJPlKrLNdDMo3BlIdhl2Sie FyMIkZmdEsuWUGGfcHmf4Oz2PSpzfSayELUK4YzAS6bEEoHclY0gJiqIxSgcotSKKhSpVIYhRq68 RuVRAL4r8jBnTerUFmyAhtxjc54RexqffxubnfMNp8ZlmynL6pUAAAAASUVORK5CYII= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:KjSyk5XsYDdoRPPG+2PKXIwqBtw= Original-Xref: shelby.stanford.edu gnu.emacs.help:128390 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23905 Stefan Monnier writes: > The relevant pat of the corresponding diff is: > > @@ -1989,26 +1995,10 @@ > (overlay-put ov 'face isearch-lazy-highlight-face)) > > (overlay-put ov 'priority 0) > + ;; Don't highlight on any other windows. > + (overlay-put ov 'window isearch-lazy-highlight-window) > > > This code has changed, but the `window' property on the overlay has been > preserved since. > > If you don't like it, you should send a bug report about it with M-x > report-emacs-bug. It is not just a simple case of changing the property here: the lazy highlighting searches and highlights just an area around point for its work, I guess. To highlight consistently in more than one window, you would need to extend this search around _all_ window-point values of windows showing the buffer. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum