From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9727: 24.0.90; Lazy highlighting in _word_ Isearch Date: Tue, 11 Oct 2011 18:05:11 +0300 Organization: JURTA Message-ID: <878vork1qw.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318345622 16395 80.91.229.12 (11 Oct 2011 15:07:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 15:07:02 +0000 (UTC) Cc: 9727-done@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 11 17:06:56 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDduy-0008RS-GJ for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Oct 2011 17:06:56 +0200 Original-Received: from localhost ([::1]:52340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDdux-0003z3-F1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Oct 2011 11:06:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDdur-0003yc-7i for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2011 11:06:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDdun-0007Db-Ao for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2011 11:06:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDdun-0007DS-99 for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2011 11:06:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RDdv4-0000GB-Bp for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2011 11:07:02 -0400 Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Oct 2011 15:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9727 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 9727@debbugs.gnu.org, juri@jurta.org Original-Received: via spool by 9727-done@debbugs.gnu.org id=D9727.1318345565926 (code D ref 9727); Tue, 11 Oct 2011 15:07:01 +0000 Original-Received: (at 9727-done) by debbugs.gnu.org; 11 Oct 2011 15:06:05 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDdu8-0000Es-SU for submit@debbugs.gnu.org; Tue, 11 Oct 2011 11:06:05 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDdu6-0000ET-4p for 9727-done@debbugs.gnu.org; Tue, 11 Oct 2011 11:06:03 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id DA3096E80B8; Tue, 11 Oct 2011 08:05:43 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id EC0AB451C3DC; Tue, 11 Oct 2011 08:05:42 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Tue, 11 Oct 2011 09:06:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 11 Oct 2011 11:07:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52525 Archived-At: > From "emacs -Q": > 1. Type "M-<" (to move point to the beginning of *scratch* buffer). > 2. Type "C-s is" (to search for "is"). > 3. Type "M-s w" (to switch to word-type Isearch). > --> (Expected) Only the _word_ "is" gets lazy-highlighted. > --> (Observed) The lazy highlighting remains in each "is" (as before > step #3), regardless of whether it's a word by itself or not. Thanks for noticing this. Now fixed.