From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How to use etags in emacs Date: Wed, 8 Jul 2009 12:36:02 -0700 Message-ID: <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 1247081824 22707 80.91.229.12 (8 Jul 2009 19:37:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 19:37:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 08 21:36:57 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 1MOcwk-0001c7-T3 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2009 21:36:51 +0200 Original-Received: from localhost ([127.0.0.1]:52747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOcwk-0003zZ-3o for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2009 15:36:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOcw5-0003Yw-Mp for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 15:36:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOcw1-0003Sr-So for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 15:36:09 -0400 Original-Received: from [199.232.76.173] (port=59551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOcw1-0003Sc-Mq for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 15:36:05 -0400 Original-Received: from mail-qy0-f183.google.com ([209.85.221.183]:38497) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOcw1-0001hw-DY for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 15:36:05 -0400 Original-Received: by qyk13 with SMTP id 13so5964606qyk.14 for ; Wed, 08 Jul 2009 12:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Q7EZqLe0aFesTMCg7ISJQuKr7Ux8DXfLzvyAaeXhbOU=; b=ewBsrFj0jEKsMDdgPihBamOEmy2eeyM6HRV4RmRHqV/n5pIZ/fqqIzwsxqoipICo9d RNRXKH2LkK/fbWw3JpucbUEzS7MWjp2V7MnouXQCglVd+x8qkSYE90+ONbfDUHMjX+gF 1VZb/MVdMu6rDXpWs10e3+g8Gl2sljoQocqU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=QSmwWAcIWHSAu1MIBaBwG68qDUGqXyB3I7CVm3TfFYvcT8jW5xDVu0bdiw2qk5NBtD lGvdeYRkXPWbUqiinxjlwYaMpmpmn2I7eGjp7zVkWz75TuxZVoD+rCbEbsm6H1CRzXPO WbLmRHcRfe1AacIUuEayrsg+T/R+CbgmoRP54= Original-Received: by 10.224.60.72 with SMTP id o8mr7964161qah.363.1247081762381; Wed, 08 Jul 2009 12:36:02 -0700 (PDT) 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:65856 Archived-At: 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?