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: Tue, 5 May 2015 16:20:21 +0300 Message-ID: <5548C395.10009@yandex.ru> References: <5546DD4A.2080709@yandex.ru> <83y4l4s4er.fsf@gnu.org> <5547D636.10402@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 1430832062 19205 80.91.229.3 (5 May 2015 13:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 May 2015 13:21:02 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 05 15:20: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 1YpcmO-00067U-GX for ged-emacs-devel@m.gmane.org; Tue, 05 May 2015 15:20:56 +0200 Original-Received: from localhost ([::1]:39516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcmN-00058e-Bv for ged-emacs-devel@m.gmane.org; Tue, 05 May 2015 09:20:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcmH-000573-25 for emacs-devel@gnu.org; Tue, 05 May 2015 09:20:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpcmD-0005zw-AB for emacs-devel@gnu.org; Tue, 05 May 2015 09:20:48 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:37460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcmC-0005ph-S2; Tue, 05 May 2015 09:20:45 -0400 Original-Received: by widdi4 with SMTP id di4so146082045wid.0; Tue, 05 May 2015 06:20:24 -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=8sFMwyuJca41Sza9xVrPXZc46P9mprWdLXHIXockXVc=; b=S1nzS0RAS1bO61zFSX7N2WeM34kTMpueLzmG4Wzwoqefiw7VwVhTTX6xhc1tX4LZgG x7/FQYmMlf1Mz5bMaXMvPtv+TxXSbz3ke+75D2Shpggn0WpC170MAE1OjgGSwlxkeKLf eqp7mY0Sf1mYcEWTmJMtahRaWAHPFiUcBTajDJWttWq1YlaNzt2uON16bpyekTE/Hzwu dPo6+3X8vuXB63oC31+tzW9MU5T0hqBh2FdzTalyt+mlv1vWguDUYenYpsVvzEpwFl6Z TDBM8g4WPNAwch+EXbMlpVVcRPppoBITzTo2SKu0ieGfsLHc6uBGc/4jcB7D9fourU2b a3uw== X-Received: by 10.194.60.67 with SMTP id f3mr51657385wjr.28.1430832024746; Tue, 05 May 2015 06:20:24 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id xy5sm22105982wjc.35.2015.05.05.06.20.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 May 2015 06:20:24 -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::22e 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:186229 Archived-At: On 05/05/2015 10:07 AM, Helmut Eller wrote: > Definitely. I find this "fading out" very annoying when stepping > through the list with . and ,. It seems to slow down or block > something; it feels sluggish now. > > Well, it turns out pulse calls sit-for. Certainly not what I want. It seems you're commenting on something different, rather than the values of those variables. Specifically: that the cursor is displayed as being in the other window during the whole fadeout (or until you press a key), whereas it should be back in the xref buffer. That's not impossible to implement using sit-for, but indeed, a timer will make it easier.