From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: xref-find-matches and stuff Date: Mon, 04 May 2015 18:37:12 +0200 Message-ID: <87k2wo9u4n.fsf@wanadoo.es> References: <5546DD4A.2080709@yandex.ru> <83y4l4s4er.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430757464 17274 80.91.229.3 (4 May 2015 16:37:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 May 2015 16:37:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 04 18:37:38 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 1YpJNC-0006gC-78 for ged-emacs-devel@m.gmane.org; Mon, 04 May 2015 18:37:38 +0200 Original-Received: from localhost ([::1]:35194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpJNB-0002S8-NW for ged-emacs-devel@m.gmane.org; Mon, 04 May 2015 12:37:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpJMz-0002Ry-Ob for emacs-devel@gnu.org; Mon, 04 May 2015 12:37:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpJMw-0008IJ-AB for emacs-devel@gnu.org; Mon, 04 May 2015 12:37:25 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpJMw-0008Hx-2x for emacs-devel@gnu.org; Mon, 04 May 2015 12:37:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YpJMr-0006UD-CA for emacs-devel@gnu.org; Mon, 04 May 2015 18:37:17 +0200 Original-Received: from 116.red-88-27-163.staticip.rima-tde.net ([88.27.163.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 May 2015 18:37:17 +0200 Original-Received: from ofv by 116.red-88-27-163.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 May 2015 18:37:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 116.red-88-27-163.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:qjGsp8iDSsDhluWOOh7EMJ7HVok= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:186192 Archived-At: Eli Zaretskii writes: >> From: Dmitry Gutov >> Date: Mon, 4 May 2015 05:45:30 +0300 >> Cc: Helmut Eller >> >> - Use lisp/cedet/pulse.el to briefly highlight the current line after >> the jump. > > I see you've already done this; thanks. FWIW, I like the highlighting > by compilation-goto-locus better: it only highlights the relevant part > of the line, not the whole line. What about the wished-by-some moving of CEDET et al. to GNU ELPA? Creating dependencies on CEDET by core features makes that more difficult.