From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: lax matching is not a great default behavior Date: Wed, 2 Dec 2015 17:25:43 +0000 Message-ID: References: <837fl2qzs2.fsf@gnu.org> <83610ikvto.fsf@gnu.org> <87vb8iqa0l.fsf@udel.edu> <87k2oyymjv.fsf@udel.edu> <83r3j6j5vj.fsf@gnu.org> <83poyqj5qb.fsf@gnu.org> <83lh9djzb0.fsf@gnu.org> <83io4hj76y.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1449077157 6291 80.91.229.3 (2 Dec 2015 17:25:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2015 17:25:57 +0000 (UTC) Cc: Mark Oteiza , emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 18:25:57 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a4BAB-0003Ah-Vg for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2015 18:25:56 +0100 Original-Received: from localhost ([::1]:59504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4BAB-0001MY-Dm for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2015 12:25:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4BA3-0001MH-2G for emacs-devel@gnu.org; Wed, 02 Dec 2015 12:25:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4BA2-0003cb-1o for emacs-devel@gnu.org; Wed, 02 Dec 2015 12:25:47 -0500 Original-Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:33163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4BA0-0003cL-2v; Wed, 02 Dec 2015 12:25:44 -0500 Original-Received: by lfaz4 with SMTP id z4so60124679lfa.0; Wed, 02 Dec 2015 09:25:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=87A8qLo5lzOIpC1F6BgxLEktS5clX0mZwQbKQo0EwmA=; b=FWhSzzlmWqNJrtAmzpw3UqoC7+muw2WfovZ0JWUJQ60L0Qe8GDeWxZUzRHKh/NnquA DcR1HP5+M8McMaypMJGqD/XxlVoq1UhsuwSkIbHkV49JVUx7NQr1JCbxsQVjtAGF8Sqo WGtzrlBpmsovAo80gbmODwGqkVhCk3y7yIOOrGq/RbZGmtg1uiA+w+WBSkWFZmScdbID RdbtdxiRi6pI+BmhzOkQ0Hl7ngh1QQ1sZtZ4KP++i2ZKSxPCOfJDqfBesLioYb/AwSCw 1PqOYSah0uztVMBTa0hU6uB7szS1w1SSQMvB5dJ6hhQ4j46yqHxTYruHY/Lo2qBG2DJs q98w== X-Received: by 10.112.13.66 with SMTP id f2mr3366654lbc.79.1449077143353; Wed, 02 Dec 2015 09:25:43 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Wed, 2 Dec 2015 09:25:43 -0800 (PST) In-Reply-To: <83io4hj76y.fsf@gnu.org> X-Google-Sender-Auth: 6pLXfHXA_oJuZc_qwJpixta-bIw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195767 Archived-At: 2015-12-02 13:44 GMT+00:00 Eli Zaretskii : >> Yes. lazy-highlight is definitely doing something wrong. If I can hit >> C-s and instantly be told "no more matches", lazy-highlight shouldn't >> be slow at all. >> I just tested here and the same happens for me. > > Moreover, a yesterday's morning build doesn't seem to exhibit the > problem, so it's something that was changed during the last 36 hours. > 61a4b57, perhaps? Yes. If I remove multi-char matching the lazy-highlight problem is gone too. > Which now raises a doubt whether this is indeed what annoyed Mark, > since I don't believe that impression was based on a single-day > experience. Indeed. Perhaps Mark can clarify for us exactly what slow behaviour he had been experiencing.