From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: Re: help needed setting up etags on Windows Date: Tue, 18 Jun 2013 18:11:49 +0530 Message-ID: References: <155DEC68569B714B86C2C7075F5EDA9828FE344B@DAKIYA1.pegasus.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1371559329 32050 80.91.229.3 (18 Jun 2013 12:42:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 12:42:09 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Doug Lewan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 18 14:42:10 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 1UovEf-00040z-VL for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 14:42:10 +0200 Original-Received: from localhost ([::1]:46637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UovEf-0000yi-IG for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 08:42:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UovEP-0000rW-0b for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:41:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UovEN-0004LE-3J for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:41:52 -0400 Original-Received: from mail-pd0-f179.google.com ([209.85.192.179]:33450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UovEM-0004L2-TI for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:41:51 -0400 Original-Received: by mail-pd0-f179.google.com with SMTP id q10so3839258pdj.24 for ; Tue, 18 Jun 2013 05:41:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XTIiVofLhrZZg6F4WQ3CWZHu+TmhyLO/mOuVuRFS96A=; b=NnezygJEKL9cGqbe231SdqK9RUzKmW7iKY/AMn4fM1NJmCR0I8kMeCqcg448WyoyPt AY91OxTgVqBQeAKxScAjMvHoRATV5/+iIh113MffEgfy7IilUUAmhZg0xjl6U80YJMt/ bDcCwdr1lwIwerPYfpjz0embwdhr/Jt8cgY+Y86AdNrJfi9XV8ggy/8iG/gxiJ5+Bf04 r0WQFGzNP3mMcL67TBn0iREWqa8K/OutNFuQ8MB4OUZmu7sPh6PlZOJKyT49XgG36oGc JlOJ7hBHYk6NTQ0BkuRg0mcUNIDxlWsbfO90CVR83nH3WPjeqg2cMX1xdfpUQA3Tx3Zi jUPA== X-Received: by 10.66.226.111 with SMTP id rr15mr1983608pac.122.1371559309945; Tue, 18 Jun 2013 05:41:49 -0700 (PDT) Original-Received: by 10.70.87.38 with HTTP; Tue, 18 Jun 2013 05:41:49 -0700 (PDT) In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9828FE344B@DAKIYA1.pegasus.local> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.179 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91585 Archived-At: For starters, I cant seem to find a way to install etags in my cygwin setup.. Regards, Kashyap On Tue, Jun 18, 2013 at 6:07 PM, Doug Lewan wrote: > I don't think there's anything to do. > > `cd' to your source directory and run `etags file1.c file2.c ...' and > you'll 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 the 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=shubertticketing.com@gnu.org [mailto: > help-gnu-emacs-bounces+dougl=shubertticketing.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 >