From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Lewan Newsgroups: gmane.emacs.help Subject: RE: help needed setting up etags on Windows Date: Tue, 18 Jun 2013 12:37:37 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9828FE344B@DAKIYA1.pegasus.local> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371558908 27218 80.91.229.3 (18 Jun 2013 12:35:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 12:35:08 +0000 (UTC) To: C K Kashyap , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 18 14:35:09 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uov7q-0007fh-J2 for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 14:35:06 +0200 Original-Received: from localhost ([::1]:36466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov7q-0008W2-3X for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 08:35:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov7b-0008RA-US for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:34:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uov7Z-0001rf-Pz for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:34:51 -0400 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:30266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov7Z-0001rO-Mm for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:34:49 -0400 Original-Received: from dakiya1.pegasus.local ([172.16.208.201]) by DAKIYA1.pegasus.local ([172.16.208.201]) with mapi id 14.01.0438.000; Tue, 18 Jun 2013 08:37:38 -0400 Thread-Topic: help needed setting up etags on Windows Thread-Index: AQHObB/f0aihdrwt5Uivkd+PKLoTz5k7Z2xA In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.21.202] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 207.246.209.200 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91584 Archived-At: I don't think there's anything to do.=20 `cd' to your source directory and run `etags file1.c file2.c ...' and you'l= l have a tags file. Type `M-x .' with the cursor on the symbol of interest,= tell emacs that you want to use TAGS as the tags file and it should find t= he symbol. ,Douglas Douglas Lewan Shubert Ticketing (201) 489-8600 ext 224 If the majority of cooking accidents happen in the kitchen, then why don't = we just cook in other rooms? -----Original Message----- From: help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org [mailto:h= elp-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org] On Behalf Of C = K Kashyap Sent: Tuesday, 2013 June 18 08:29 To: help-gnu-emacs@gnu.org Subject: help needed setting up etags on Windows Hi folks, Could someone please help me get started with setting up etags for a large C++ source base? I'd like to use emacs on cygwin. I assume etags is the right tool for source indexing with emacs. Regards, Kashyap