From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: IDE Date: Mon, 12 Oct 2015 14:55:04 +0000 (UTC) Message-ID: References: <5610207A.2000300@harpegolden.net> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1444661763 403 80.91.229.3 (12 Oct 2015 14:56:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2015 14:56:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 12 16:55:54 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 1ZleW1-0005vW-MC for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2015 16:55:53 +0200 Original-Received: from localhost ([::1]:55902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZleVw-00023v-B6 for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2015 10:55:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZleVY-0001x8-Om for emacs-devel@gnu.org; Mon, 12 Oct 2015 10:55:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZleVT-0005Wc-Mm for emacs-devel@gnu.org; Mon, 12 Oct 2015 10:55:24 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZleVT-0005VY-Gl for emacs-devel@gnu.org; Mon, 12 Oct 2015 10:55:19 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZleVN-0005MJ-4I for emacs-devel@gnu.org; Mon, 12 Oct 2015 16:55:13 +0200 Original-Received: from 195-38-103-159.pool.digikabel.hu ([195.38.103.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Oct 2015 16:55:13 +0200 Original-Received: from adatgyujto by 195-38-103-159.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Oct 2015 16:55:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.38.103.159 (Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0) 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:191344 Archived-At: Drew Adams oracle.com> writes: > > TAGS files are typically for definitions, but they can be for > anything, including "usages of fields, methods, types". You > could have different TAGS files for each of these "usages", > and use (search) them selectively or together. What if different objects have fields or methods of the same name? E.g. there is field called 'name' in lots of classes and I want to find all usage of a name field, but only with certain object types and there is code like: obj->name ? TAGS files have considerable limitiations compared to techniques which actually understand the code.