From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: project object browser Date: Tue, 18 May 2004 09:15:42 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2427-Tue18May2004091541+0300-eliz@gnu.org> References: <20040517224059.GC3540@luna.mooo.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084861257 7001 80.91.224.253 (18 May 2004 06:20:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 May 2004 06:20:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 18 08:20:44 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPxy0-0004Ce-00 for ; Tue, 18 May 2004 08:20:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPxvd-0006xR-3j for geh-help-gnu-emacs@m.gmane.org; Tue, 18 May 2004 02:18:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPxut-0006qe-3K for help-gnu-emacs@gnu.org; Tue, 18 May 2004 02:17:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPxua-0006l8-Ib for help-gnu-emacs@gnu.org; Tue, 18 May 2004 02:17:29 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPxuZ-0006kc-Q5 for help-gnu-emacs@gnu.org; Tue, 18 May 2004 02:17:12 -0400 Original-Received: from zaretski ([80.230.142.184]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id CWZ95704; Tue, 18 May 2004 09:17:08 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20040517224059.GC3540@luna.mooo.com> (message from Micha Feigin on Tue, 18 May 2004 01:40:59 +0300) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18547 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18547 > Date: Tue, 18 May 2004 01:40:59 +0300 > From: Micha Feigin > > For example, the main thing I need is when browsing the .cpp file to be > able to see the functions and variables defined in the class definition > (in the header). Run `etags' on all your project's sources and headers, and then use "M-x tags-apropos RET".