From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: Wed, 08 Sep 93 18:19:26 -0400 From: munck@STARS.Reston.Paramax.COM Subject: Re: Ada mode for emacs Message-ID: <1820.747526766@blackbird> List-Id: In INFO-ADA Digest V93 #58, Rolf Ebert said: > I don't want to start an editor flame war, but the best editor (IMHO) > that I've ever seen or used is GNU-Emacs. ... hilight package for Ada > which puts keywords in black-bold, comments in red-italic, ... > ... full featured Ada mode for Emacs with templates, automatic > indentation, online LRM and some other goodies ... Along with that, I'd recommend the "hyperbole" hypertext package -- also an emacs extension -- from wilma.cs.brown.edu:pub/hyperbole. This will allow you to structure your source code, documentation, tests, design documents, requirements documents, etc. as a hypertext with links from one to another. Possible uses: - trace forward and backward from requirements to design to code to test - click on an identifier in the code and see its definition or references to it in the documentation. - structure documentation like an on-line HELP system, with point-and- click indices, cross-references, etc. - call up graphic editors to see requirements or design diagrams. emacs and hyperbole have quite a bit of support for invoking programs; I wonder if we could integrate GNAT with them? Bob Munck