From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Frazer Newsgroups: gmane.emacs.help Subject: Re: C++ browser for overloaded methods Date: Thu, 07 Jun 2007 06:50:20 -0700 Organization: http://groups.google.com Message-ID: <1181224220.701738.262920@g4g2000hsf.googlegroups.com> References: <1181131356.192551.62090@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1181239739 5836 80.91.229.12 (7 Jun 2007 18:08:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2007 18:08:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 07 20:08:57 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwMPo-0006pf-Nv for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 20:08:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwMPn-0007ta-RA for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 14:08:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 64.102.76.162 Original-X-Trace: posting.google.com 1181224221 4577 127.0.0.1 (7 Jun 2007 13:50:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 7 Jun 2007 13:50:21 +0000 (UTC) In-Reply-To: <1181131356.192551.62090@g4g2000hsf.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g4g2000hsf.googlegroups.com; posting-host=64.102.76.162; posting-account=6EdiQA0AAAAWpxYTHwICUExrfvNKhZXs Original-Xref: shelby.stanford.edu gnu.emacs.help:149162 X-Mailman-Approved-At: Thu, 07 Jun 2007 14:08:37 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44760 Archived-At: On Jun 6, 8:02 am, Abanowicz Tomasz wrote: > Hello > I'm looking for C++ code browser that can do the following. [snip] > I tried etags and ebrowse but both of them jump toHuman::show(void) > function. > ctags from vim gives the list of all show(...) functions and allows me > to manually choose the proper one. > It is much better than blindly jumping to theHuman::show(...). > > Doesemacsallow more intelligent C++ browsing that solves the above > problem ? > What is the name of such a tools ? I've wanted to scratch this itch for a while, and finally did: http://www.emacswiki.org/cgi-bin/wiki/EtagsSelect