From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: xref-find-matches and stuff Date: Wed, 6 May 2015 21:21:48 +0300 Message-ID: <554A5BBC.3080907@yandex.ru> References: <5546DD4A.2080709@yandex.ru> <83y4l4s4er.fsf@gnu.org> <5547D636.10402@yandex.ru> <554A07D7.3080200@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1430936533 6528 80.91.229.3 (6 May 2015 18:22:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2015 18:22:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 20:22:09 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 1Yq3xQ-0002eQ-MV for ged-emacs-devel@m.gmane.org; Wed, 06 May 2015 20:22:08 +0200 Original-Received: from localhost ([::1]:46666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3xQ-0003GU-4H for ged-emacs-devel@m.gmane.org; Wed, 06 May 2015 14:22:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3xL-0003GJ-Vr for emacs-devel@gnu.org; Wed, 06 May 2015 14:22:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq3xI-0006eI-OR for emacs-devel@gnu.org; Wed, 06 May 2015 14:22:03 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:37146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3xI-0006bK-IE for emacs-devel@gnu.org; Wed, 06 May 2015 14:22:00 -0400 Original-Received: by widdi4 with SMTP id di4so32520279wid.0 for ; Wed, 06 May 2015 11:21:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=uPNBCF7cS+MRd6R2qhmmv8VxM8xggu+YPCbWUxkUBbk=; b=DiwuSeoyBAAYQhsdygT4D19OsIQLghM89ECAbS0su7HuCkHl5zZKNyRN/CBCfCDOrK 0wh7sFsy1xlM65WSVhpqG1JdWiDpCnU99ukHIozsvqgyWLpVb5DEtftIVVVfOrxQBpS3 odKlK2x6+p+4rJ8PUnVYpukN/JqsRGUsdSyXn3v4LRckbQAgfU0GL8rYattJATggG33+ 6dgj/nPkfBDqtrb66Pb56lkXO3noni2m/oB8O0LE7FzfXax1wsm6VWoyS+iRzklK15ta GbY5ojhCv1q1OBVnHuz2nSJFNIdnf3vloR4g6b4xROI/GnJZqW0L9h54LbcYPLKO5GAZ Kc5Q== X-Received: by 10.180.106.73 with SMTP id gs9mr7601029wib.52.1430936509772; Wed, 06 May 2015 11:21:49 -0700 (PDT) Original-Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id u3sm3895808wjq.36.2015.05.06.11.21.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 11:21:49 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:186291 Archived-At: On 05/06/2015 08:45 PM, Helmut Eller wrote: > It's less slow now but still noticeably slower as when > xref-pulse-on-jump is nil. You might want to look into that; I don't notice any particular slowness. Redrawing an overlay should be a fast enough operation, but you could tweak the related variables. > The flickering is also still there. It's http://debbugs.gnu.org/12363. The idea here is to annoy someone else into fixing it. > Don't bother to fix this; I'll set xref-pulse-on-jump in my .emacs. Okay. There's likely nothing left that I can improve there.