From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: xref and GNU Global? Date: Wed, 19 Aug 2015 09:06:14 -0500 Message-ID: <86pp2js78p.fsf@stephe-leake.org> References: <87d1yjfy6d.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440098782 7182 80.91.229.3 (20 Aug 2015 19:26:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2015 19:26:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 20 21:26:11 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 1ZSVTX-0005ov-54 for ged-emacs-devel@m.gmane.org; Thu, 20 Aug 2015 21:26:11 +0200 Original-Received: from localhost ([::1]:45201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS41I-0005lo-M8 for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2015 10:07:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS40s-0005i1-3z for emacs-devel@gnu.org; Wed, 19 Aug 2015 10:06:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS40o-0000dh-Ti for emacs-devel@gnu.org; Wed, 19 Aug 2015 10:06:46 -0400 Original-Received: from gproxy9-pub.mail.unifiedlayer.com ([69.89.20.122]:47935) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZS40o-0000bB-Mm for emacs-devel@gnu.org; Wed, 19 Aug 2015 10:06:42 -0400 Original-Received: (qmail 16549 invoked by uid 0); 19 Aug 2015 14:06:32 -0000 Original-Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy9.mail.unifiedlayer.com with SMTP; 19 Aug 2015 14:06:32 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw2 with id 6e6N1r01J2UdiVW01e6R0N; Wed, 19 Aug 2015 08:06:29 -0600 X-Authority-Analysis: v=2.1 cv=C6F6l2/+ c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=uRRa74qj2VoA:10 a=XK698iUbZggU-bfOLNwA:9 Original-Received: from [76.218.37.33] (port=57398 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZS40W-0007lH-6P for emacs-devel@gnu.org; Wed, 19 Aug 2015 08:06:24 -0600 In-Reply-To: <87d1yjfy6d.fsf@petton.fr> (Nicolas Petton's message of "Wed, 19 Aug 2015 11:02:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.20.122 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:188976 Archived-At: Nicolas Petton writes: > I find GNU Global to be far superior to etags or ctags. Is there any > plan to have support for it in xref.el? (Or maybe there is and I missed > it). Else I might start working on that. Currently there is support for GNU Global in Semantic, and xref has some hooks into Semantic. So please post your specific use cases, and we can discuss gettting those to work via xref/Semantic. -- -- Stephe