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,7fb807868446d767 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-24 12:28:11 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!uunet!intrepid.intrepid.com!usenet From: vladimir@speedy.intrepid.com (Vladimir Vukicevic) Newsgroups: comp.lang.ada Subject: Re: ADA context sensitive editor Date: 24 Mar 1995 08:57:53 GMT Organization: Intrepid Technology, Inc. Message-ID: References: <1995Mar11.224426.23566@nntp.brisnet.org.au> <86681A57372@annwfn.com> <1995Mar20.094234@lglsun.epfl.ch> <3knpgo$odd@rational.rational.com> <3krt85$srq@gnat.cs.nyu.edu> NNTP-Posting-Host: speedy.intrepid.com In-reply-to: dewar@cs.nyu.edu's message of 23 Mar 1995 08:31:49 -0500 Date: 1995-03-24T08:57:53+00:00 List-Id: In article <3krt85$srq@gnat.cs.nyu.edu> dewar@cs.nyu.edu (Robert Dewar) writes: > EMACS + GNAT may do a bit more than our friend from Rational thinks it can > (or would like it to be able to do :-) > It uses the cross-reference listing generated by gnatf to do some > non-trivial semantic analysis. I am not saying it does all Apex does, > but it is worth looking at! Of course it doesn't do all Apex does. It does more. :-) But if there's anything that Apex does that emacs ada mode doesn't, it could easily be added with some elisp code. I don't think the apex environement is that extensible. :-) - Vladimir