From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34479 invoked by alias); 11 Sep 2019 05:02:13 -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 34467 invoked by uid 89); 11 Sep 2019 05:02:13 -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=online X-HELO: mail-io1-f43.google.com Received: from mail-io1-f43.google.com (HELO mail-io1-f43.google.com) (209.85.166.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Sep 2019 05:02:12 +0000 Received: by mail-io1-f43.google.com with SMTP id b136so42960573iof.3 for ; Tue, 10 Sep 2019 22:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=1Xj/qvRNIbi8qXQ9kv5D+i3tDsiIMOXY+MXvdtgorzA=; b=t7Jh7A/VopfD1z3JQYfWHAUW5hqHZz2HCARlUsI1aOtgqoNLN9VPZeeyEa2gT8iLk/ KSYGtReGZ/XFfIjJFb1UNksYAG8mLmCZeFnpsY+9JcBwoRFxNY5dpHYup3tDZdDJDy/6 LRhDPl4B/9BD4OsXOfC4vOf2AhJ1MOhJxbpRXexIhhnN5DsPEEx4BvlAQSprNjMWRmoy 0krTiworlSzDDf3tdO9cpZdGImloK7CfBCR8pF4NXJhq2svij5HDTgg53SsOPH22YlVP JaCCpC3X+sonhTYgMkd1qrL9AWPwzpaUaNKJrS0p1YOjuurLDA2cnnLY8BOZ9bLZ+JGu QMbQ== 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 g66sm10562845ioa.53.2019.09.10.22.02.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Sep 2019 22:02:09 -0700 (PDT) To: gcc@gcc.gnu.org From: Nicholas Krause Subject: Enabling Ctags Tree Wide for GCC Message-ID: Date: Wed, 11 Sep 2019 05:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00072.txt.bz2 Greetings, I was wondering what is the easiest way to allow source tree wide ctags. There doesn't seem to be a make x command for it nor any real documentation online and it would be nice to have. Thanks, Nick