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: help needed setting up etags on Windows Date: Tue, 18 Jun 2013 17:59:09 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1371558569 23916 80.91.229.3 (18 Jun 2013 12:29:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 12:29:29 +0000 (UTC) To: 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:29:29 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 1Uov2L-0004ut-QM for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 14:29:25 +0200 Original-Received: from localhost ([::1]:60100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov2L-00035E-CW for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 08:29:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov28-000351-JP for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:29:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uov27-0000AM-Hr for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:29:12 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:63387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uov27-0000AH-B0 for help-gnu-emacs@gnu.org; Tue, 18 Jun 2013 08:29:11 -0400 Original-Received: by mail-pa0-f44.google.com with SMTP id lj1so3954868pab.17 for ; Tue, 18 Jun 2013 05:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=13IEe8wt3GqGS54k3ZwCGV2uefc38CUXbyTSO8JP6ng=; b=NYk0lqg8dE9/uCOVutdBG8lhDALkaHDxZRusaofv20Q269hA2gwiiLwTZ+X0bJHNCW 1uJUubF0hBuTzhukRdDNIfNLkAlIkbPFYLZbLVQB2EwFETctnQVR/BuUhU53meVYD/F0 aSPQJUbMnzRR1elntoRCTFDXQg9v1IA+Xrqtz5jyOaSTD2CnKdAqzsSA0ihUbFRozSCP APkvqSp7f0egolzMtGx9zD7fz86nAfCaCo/l+XQVZmei6EY9bb5wQ+1+B7+ZFgWHgxWC 0LcW+TThV4wE26F2Ktl/inVUPE7xUOeOKoGhlwtzM2mrs31hdDEyrv2f9Ry7QFsf6RTX mL2Q== X-Received: by 10.66.102.41 with SMTP id fl9mr1893487pab.204.1371558549938; Tue, 18 Jun 2013 05:29:09 -0700 (PDT) Original-Received: by 10.70.87.38 with HTTP; Tue, 18 Jun 2013 05:29:09 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c 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:91583 Archived-At: 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