From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14362 invoked by alias); 11 Sep 2019 06:55:00 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14294 invoked by uid 89); 11 Sep 2019 06:55:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-io1-f49.google.com Received: from mail-io1-f49.google.com (HELO mail-io1-f49.google.com) (209.85.166.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Sep 2019 06:54:58 +0000 Received: by mail-io1-f49.google.com with SMTP id d25so43429450iob.6 for ; Tue, 10 Sep 2019 23:54:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=HnMlWPCkIF4RV6qaf15UwKvKOwy2MFa6b+2cM1x2z7w=; b=c1LZKpceQd2gmyvAIolCfznoxcJ4aykxdsiefVAcH4ph1uMrNVT45lN20GjqCwI5H+ OubL9mCLzcfnYO1L/dT9xzaPkuKhwkOChsC6S8rfuX40voRALZXIn/o1qn+BsY4/yvs3 6/+jyFd4PnUNanYal0YxxNC1pEVgZop7YufCzLUd1+FV1glZiwipCk8EkX4LDulbTge0 V8Kl9fN9VkHndHXDlBablj1Pvtrxd6wVaArKf4PB+KWN5pPP9zeTjVlYXZ+/xMCIIX56 yOyTMDXNlklRFHahFveknsgk1CXaZQTwrPc+rWtnrmDAsAQ4bCljftCam3fdaA6H9EKh 3FSA== Return-Path: Received: from [192.168.1.102] (173-230-163-230.cable.teksavvy.com. [173.230.163.230]) by smtp.gmail.com with ESMTPSA id e5sm6974153ioh.44.2019.09.10.23.54.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Sep 2019 23:54:56 -0700 (PDT) Subject: Re: Enabling Ctags Tree Wide for GCC To: Andreas Schwab Cc: gcc@gcc.gnu.org References: From: Nicholas Krause Message-ID: <382dec9f-4a34-20f4-e0cd-ef57debeaa0f@gmail.com> Date: Wed, 11 Sep 2019 06:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00074.txt.bz2 On 9/11/19 2:30 AM, Andreas Schwab wrote: > On Sep 11 2019, Nicholas Krause wrote: > >> I was wondering what is the easiest way to allow source tree wide >> ctags. > There is make TAGS, which uses etags. > > Andreas. > Andreas, Is there no way to build it for vim as thats what I would prefer to stay with. Anyhow thanks, Nick