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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,69de83e99ede96dc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-16 07:18:45 PST Date: Wed, 16 Apr 2003 16:17:42 +0200 From: =?ISO-8859-1?Q?Rodrigo_Garc=EDa?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada language help by reserved keyword References: <3E92C826.6050800@lml.ls.fi.upm.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: lglpc31.epfl.ch Message-ID: <3e9d6640$1@epflnews.epfl.ch> X-Trace: epflnews.epfl.ch 1050502720 128.178.76.8 (16 Apr 2003 16:18:40 +0200) Organization: EPFL Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.litech.org!fr.ndsoftwarenet.com!news.ipv6.iphh.net!iphh.net!news.belwue.de!news.uni-stuttgart.de!uni-erlangen.de!news.imp.ch!news.imp.ch!news-zh.switch.ch!epflnews.epfl.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:36186 Date: 2003-04-16T16:17:42+02:00 List-Id: Manuel Collado wrote: > I'm looking for an online Ada help system that can be invoked by > keyword, in order to configure it as an external language help for a > configurable IDE. So far I've found only the Ada Reference Manual in > several formats, but without a reserved word index. > > What I want is something than could be invoked like > > AdaHelp for > or AdaHelp type > > and go straight to the appropriate section (or list of sections) > > Does this thing exist? Thanks, The online Reference manual (html) that I know has an Index and a Search sections... http://www.ada-auth.org/~acats/arm.html Rodrigo