From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,18fc2b6ba41ed2a6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!x9g2000prf.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: Ada and Exuberant CTags Date: Wed, 12 Oct 2011 21:22:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7ff4dee5-262f-4ab7-bd6f-be72470b588e@z19g2000vby.googlegroups.com> NNTP-Posting-Host: 97.117.193.44 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1318479767 22368 127.0.0.1 (13 Oct 2011 04:22:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Oct 2011 04:22:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x9g2000prf.googlegroups.com; posting-host=97.117.193.44; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HLUARECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21407 Date: 2011-10-12T21:22:47-07:00 List-Id: On Oct 11, 10:56=A0pm, Martin Krischik wrote: > Hello, > > On Oct 11, 9:30=A0pm, Yannick Duch=EAne (Hibou57) > > wrote: > > Someone know a version Exuberant CTags with support for Ada ? > > Yes here: > > http://gnuada.svn.sourceforge.net/viewvc/gnuada/trunk/tools/ctags/ > > Martin For the record, there is an error in the file ada.c at the above address. The lines * then add the line * ada.$(OBJECT) \ should be * then add the line * ada.$(OBJEXT) \ BTW, shouldn't this be included in ctags proper? Jerry