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,b88c7b1a4db3246c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!208.49.83.146!uns-out.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada Reference Manual in texinfo format? References: <87sldpo83w.fsf@ludovic-brenta.org> <4dCdncquF5TP71_YnZ2dnUVZ_tOmnZ2d@megapath.net> From: Stephen Leake Date: Sat, 10 Feb 2007 22:09:06 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:3SinGY5wMYAFjuHDjzQbzLPA5PY= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: afac745ce88d3759e00d404214 Xref: g2news2.google.com comp.lang.ada:9245 Date: 2007-02-10T22:09:06-05:00 List-Id: Stephen Leake writes: > I found the sources, at http://www.ada-auth.org/arm.html > > I've downloaded them, and got an initial compile. Running it on the > ARM sources dies with an error in my info code. There are several new > dispatching functions I need to implement, so it will be a while. But > I'll work on it. Well, it turned out to be easier than I thought. I've posted an initial draft of the ARM and AARM in Info format on my website; http://stephe-leake.org/ada/arm.html I looked at the places where I needed to add new code, and spot-checked a few other things. But I have _not_ read the whole info output. I'd like people to compare a couple sections to the other formats, or just read some sections, and see if there are any obvious problems. -- -- Stephe