From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: Re: How to use etags in emacs Date: Wed, 8 Jul 2009 15:37:13 -0700 Message-ID: <3b9893450907081537x26a21026xbab8969bc5fafd2c@mail.gmail.com> References: <3b9893450907081236p40de8d53kc7a8f163067abd63@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247092673 26027 80.91.229.12 (8 Jul 2009 22:37:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 22:37:53 +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 Jul 09 00:37:46 2009 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 1MOflo-0001Y7-1w for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 00:37:45 +0200 Original-Received: from localhost ([127.0.0.1]:46633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOflm-0005SH-15 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2009 18:37:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOflR-0005Rq-HL for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:37:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOflO-0005Ra-VS for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:37:20 -0400 Original-Received: from [199.232.76.173] (port=38578 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOflO-0005RX-Sy for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:37:18 -0400 Original-Received: from qw-out-1920.google.com ([74.125.92.150]:28311) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOflO-0005fM-0e for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:37:18 -0400 Original-Received: by qw-out-1920.google.com with SMTP id 5so2939037qwf.24 for ; Wed, 08 Jul 2009 15:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=54qB0qmWIxNiyVpzWTzje3qw08yb71saDQZggecDUFc=; b=kKLxHScoF3Oa7LXBa7rx3vuyIns7sL7JjL5wpwR/GW0oQxO/D91mQXUkKHOD+XWfW2 +ELq0V5gpcJUudK2JRLEddk2CQqUn8HPhXQ/E4Pa0tqBmj+Fnb/rWVlL8VQRP1QFyx+u qpa5nliw/p76Lf4dQvCnClUiZAPCFysmPGFmM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jj9nuShRw5/EUfLjBw7F4gmQb4EPHcy7C6Z/cRTQQNl9QTZ6KgwOggYARNb1n0WsIj NnhyWzIX5vpIqwA7H/DEGkZ30t7K5rb/5LBeq1JQWvimWC5/8F9DlslwOG8M7+e3welO jVP0E633wplIFakBs0WoReGKYHiCt+gJd5NqM= Original-Received: by 10.224.80.202 with SMTP id u10mr32464qak.104.1247092633335; Wed, 08 Jul 2009 15:37:13 -0700 (PDT) In-Reply-To: <3b9893450907081236p40de8d53kc7a8f163067abd63@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65864 Archived-At: Hi, I have installed icicles with etags too. And I have read this: http://www.emacswiki.org/emacs/EmacsTags#toc4 But I can't get it to work like cscope type of code browser. I would like to know how to get the * all the places which calls a function (I give the name) * declaration (.h) and implementation (.cpp) of a given function (I give the name) * open the file (I give the name) On Wed, Jul 8, 2009 at 12:36 PM, n179911 wrote: > I read this: > > http://www.emacswiki.org/emacs/EmacsTags > > But can you please tell me how can i > * find the occurrence of the place calling a certain function > * after i click 'M . find tag', it loads the .h file of that class. > How can i load the .cpp of that class? >