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 21:30:41 -0700 Message-ID: <3b9893450907082130n4902d62ew2c91c105f7ef78fb@mail.gmail.com> References: <87ljmy654s.fsf@kobe.laptop> 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 1247113879 2312 80.91.229.12 (9 Jul 2009 04:31:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 04:31:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Giorgos Keramidas Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 06:31:12 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 1MOlHr-0007V9-Bl for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 06:31:11 +0200 Original-Received: from localhost ([127.0.0.1]:48588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOlHq-0001hh-Py for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 00:31:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOlHU-0001hT-R1 for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 00:30:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOlHQ-0001gw-DA for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 00:30:48 -0400 Original-Received: from [199.232.76.173] (port=43140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOlHQ-0001gr-7k for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 00:30:44 -0400 Original-Received: from mail-qy0-f183.google.com ([209.85.221.183]:50528) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOlHP-0007Cn-U6 for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 00:30:44 -0400 Original-Received: by qyk13 with SMTP id 13so6206621qyk.14 for ; Wed, 08 Jul 2009 21:30:43 -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:cc:content-type :content-transfer-encoding; bh=WOqlnCwY5cxeMoZ9pfTqLZvZJehnigCb3HOOr/ivulg=; b=O6fbGO5PKCvP3YwNejEzL+FSMD2gG154UH2YU9j2PYj3SVHBNzBeXdB8tHpz2ozhfG a5HWJM9x1TYrE+vWVrgJom6GtAa3UGC1z98ahR7Wet2AMi8wFqSQS/N1JfRA62OdKzQ+ bLF3EBTWYr6GYdTS8JCSbISGEUtAGeKFVgNtk= 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 :cc:content-type:content-transfer-encoding; b=nGbW9MDrNJCPmzFGwGSr1dUbj+pEMV59hlZz5zTlpcbOEP20KQ7po3eEFz7xhMPKRR 01AHhX7gtikTzoMaY5jD9Fq3d53FP7bqY7qXkC4+cFHpzBn/MwCz8iQ8eJHCsKEQXdtA k/UPLspi+Ma8u8e+UWZGMC94DXf9XmwnUVWsM= Original-Received: by 10.224.54.4 with SMTP id o4mr180535qag.78.1247113841971; Wed, 08 Jul 2009 21:30:41 -0700 (PDT) In-Reply-To: <87ljmy654s.fsf@kobe.laptop> 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:65877 Archived-At: On Wed, Jul 8, 2009 at 6:01 PM, Giorgos Keramidas wrote: > On Wed, 8 Jul 2009 12:36:02 -0700, 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? > > Repeated `C-u M-.' commands will cycle through all the places marked > with the particular tag. > > Thanks. Is there anyway to list all the places which marked with the tag. And when you said 'marked with the particular tag'. does it include the place where it called that function and the place where that function is declared and implemented?