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: 103376,6487f59679c615d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.125.233 with SMTP id mt9mr3934107pbb.5.1336085019909; Thu, 03 May 2012 15:43:39 -0700 (PDT) MIME-Version: 1.0 Path: pr3ni846pbb.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!news.tornevall.net!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada Reference Manual 2012 in info format Date: Thu, 3 May 2012 17:43:32 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <82aa1ud0l3.fsf@stephe-leake.org> <82r4v4azlf.fsf@stephe-leake.org> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1336085018 23327 69.95.181.76 (3 May 2012 22:43:38 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 3 May 2012 22:43:38 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-05-03T17:43:32-05:00 List-Id: "Manuel Collado" wrote in message news:jnuurq$in0$1@speranza.aioe.org... ... > If the aim is to make the ARM usable as a reference for developers (say > from an IDE), then it will be necessary to have it indexed also by: > - language keywords > - library functions and other global symbols It is, of course, indexed by those in Annexes P and Q, but... > In its current form, the ARM index is not adequate for using it as context > sensitive help from within an Ada IDE. ...this is certainly true; the indexes were not created with that in mind. But note that all of those (text) indexes are created by a program and it would be easy enough for someone to write a machine-readable index as well -- it's all just Ada code, after all. Randy.