From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: xref-find-matches and stuff Date: Wed, 06 May 2015 05:40:56 +0300 Message-ID: <83y4l2qvgn.fsf@gnu.org> References: <5546DD4A.2080709@yandex.ru> <83y4l4s4er.fsf@gnu.org> <5547D636.10402@yandex.ru> <83fv7brq1n.fsf@gnu.org> <5548EB84.7040801@yandex.ru> <83a8xjrnkk.fsf@gnu.org> <5548F1E5.3090207@yandex.ru> <837fsnrn1s.fsf@gnu.org> <5548F451.3030305@yandex.ru> <836187rle0.fsf@gnu.org> <5548FDE7.9070709@yandex.ru> <834mnqswlf.fsf@gnu.org> <55490E27.6020002@yandex.ru> <831tiusuts.fsf@gnu.org> <554939B7.3060901@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1430880077 27841 80.91.229.3 (6 May 2015 02:41:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2015 02:41:17 +0000 (UTC) Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 04:41: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 1YppGm-0000IW-ES for ged-emacs-devel@m.gmane.org; Wed, 06 May 2015 04:41:08 +0200 Original-Received: from localhost ([::1]:42731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YppGl-0005vm-JQ for ged-emacs-devel@m.gmane.org; Tue, 05 May 2015 22:41:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YppGa-0005vc-9G for emacs-devel@gnu.org; Tue, 05 May 2015 22:40:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YppGX-00018j-Gu for emacs-devel@gnu.org; Tue, 05 May 2015 22:40:56 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:35553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YppGX-00018R-9W for emacs-devel@gnu.org; Tue, 05 May 2015 22:40:53 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NNW00100PD1MD00@mtaout27.012.net.il> for emacs-devel@gnu.org; Wed, 06 May 2015 05:36:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNW00M26PVZ9F50@mtaout27.012.net.il>; Wed, 06 May 2015 05:36:00 +0300 (IDT) In-reply-to: <554939B7.3060901@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:186268 Archived-At: > Cc: emacs-devel@gnu.org, eller.helmut@gmail.com > From: Dmitry Gutov > Date: Wed, 6 May 2015 00:44:23 +0300 > > On 05/05/2015 10:11 PM, Eli Zaretskii wrote: > > > But if that place > > was another hit, then we will be able to highlight, right? > > In theory, yes, but we'd have to keep data from previous searches, which > we currently don't. Right, and I was suggesting to keep that data. > And either way, the probability of that position > being the exact destination of a previous jump is not very high, IMO. Depends on the usage patterns, I guess. > I like to see it highlighted anyway. If you prefer, `xref-pulse-on-jump' > can grow another possible value, `forward', which will mean not to blink > on a backward jump. Fine with me, thanks.