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: IDE Date: Sat, 24 Oct 2015 20:10:03 +0300 Message-ID: <83611ww5uc.fsf@gnu.org> References: <83fv1r3gzp.fsf@gnu.org> <83bncf3f9k.fsf@gnu.org> <5610E0BC.8090902@online.de> <83si5r106e.fsf@gnu.org> <831td9z18h.fsf@gnu.org> <5612E996.7090700@yandex.ru> <83bnc7tavr.fsf@gnu.org> <5618C92A.3040207@yandex.ru> <83a8rrt9ag.fsf@gnu.org> <5618D376.1080700@yandex.ru> <831td3t62e.fsf@gnu.org> <561A6199.1020901@cumego.com> <561B9D87.70504@yandex.ru> <87vb9wcpw9.fsf@esperi.org.uk> <83eggkwdgh.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445706628 21844 80.91.229.3 (24 Oct 2015 17:10:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Oct 2015 17:10:28 +0000 (UTC) Cc: nix@esperi.org.uk, emacs-devel@gnu.org, esperanto@cumego.com, adatgyujto@gmail.com, dgutov@yandex.ru To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 24 19:10:15 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 1Zq2KZ-0007mz-64 for ged-emacs-devel@m.gmane.org; Sat, 24 Oct 2015 19:10:11 +0200 Original-Received: from localhost ([::1]:45041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq2KT-0003Lh-6y for ged-emacs-devel@m.gmane.org; Sat, 24 Oct 2015 13:10:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq2KQ-0003LZ-5m for emacs-devel@gnu.org; Sat, 24 Oct 2015 13:10:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zq2KN-0001jt-04 for emacs-devel@gnu.org; Sat, 24 Oct 2015 13:10:02 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:58205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq2KM-0001jo-OA for emacs-devel@gnu.org; Sat, 24 Oct 2015 13:09:58 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NWQ00900HW3SW00@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 24 Oct 2015 20:13:18 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWQ00C08II51A00@mtaout26.012.net.il>; Sat, 24 Oct 2015 20:13:18 +0300 (IDT) In-reply-to: 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.182 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:192556 Archived-At: > Date: Sat, 24 Oct 2015 10:00:25 -0700 (PDT) > From: Drew Adams > Cc: dgutov@yandex.ru, esperanto@cumego.com, adatgyujto@gmail.com, > emacs-devel@gnu.org > > > > Raw TAGS files are more or less unsuitable for anything but C and Lisp, > > > and are pretty poor even for that (e.g. you can only jump from uses to > > > definitions, the definition can only be in one place...) > > > > Raw TAGS files are not supposed to be used for anything but > > definitions. > > Where "definition" can be whatever you want, AFAIK. "Definition" in this context means the implementation. There's only one implementation, but there might be many references (a.k.a. "calls"). > A TAGS file is just an index. You can index whatever you like, > AFAIK. An index where the key is the symbol itself can only hold one instance of every symbol.