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,58e5da512e391bae X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!g23g2000yqn.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Ada help file indexed by keyword Date: Wed, 21 Apr 2010 04:04:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <63f3089a-ff80-4757-9ba5-5a6ff0bde1b5@g23g2000yqn.googlegroups.com> References: <2cf45fa6-6883-4a72-aa96-cb9d2ff6b67b@x12g2000yqx.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1271847858 15871 127.0.0.1 (21 Apr 2010 11:04:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Apr 2010 11:04:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g23g2000yqn.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11072 Date: 2010-04-21T04:04:18-07:00 List-Id: Manuel Collado wrote on comp.lang.ada: > Ludovic Brenta escribi=F3: >> Manuel Collado wrote on comp.lang.ada: >>> I'm looking for an Ada95/2005 help or reference document indexed by >>> keyword (reserved word or standard library identifier). >>> >>> The purpose is to integrate it into an academic IDE, so it should be >>> possible to put the cursor in the editing window over a meaningful word= , >>> and invoke help about it. >>> >>> So far I've found the ARM in several formats, but none of them can be >>> accessed as described. There is also the Ada wikibook, that also lacks >>> the required feature. Even GNAT/GPS seems to lack it. >>> >>> Any common hiperlinked format is acceptable: WinHelp, HTML (local or >>> www), PDF, TexInfo, etc.. >>> >>> Does anybody knows if there exist such help system for Ada? >> Is http://www.stephe-leake.org/ada/arm.html what you are looking for? > > Thanks for your pointer, but I'm afraid not. > > The requirement is something that can be opened from the command line by > a command parameterized by the relevant keyword. Can you provide such a > command? > > For instance, to get help about the keyword "for", something like: > > =A0 =A0info -f arm2005.info xxx yyy for info -f arm2005.info --index-search for This option has been present since at least GNU Info 4.6. -- Ludovic Brenta.