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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2beee871357c199d X-Google-Attributes: gid103376,public From: john@assen.demon.co.uk.nospam (John McCabe) Subject: Re: need editor Date: 1999/09/14 Message-ID: <37decaaf.2981317@news.demon.co.uk>#1/1 X-Deja-AN: 525163188 X-NNTP-Posting-Host: assen.demon.co.uk:158.152.218.101 References: <37d005ee.0@10.1.254.4> <37D54437.3D9108C5@res.raytheon.com> <7r67hm$mi2@hobbes.crc.com> <7r77qd$i23$1@nnrp1.deja.com> <37D975A7.9BBA26DC@collins.rockwell.com> <7rilqp$dmf$1@nnrp1.deja.com> <37DD36DB.8EEE5FD5@collins.rockwell.com> X-Trace: news.demon.co.uk 937347932 nnrp-03:876 NO-IDENT assen.demon.co.uk:158.152.218.101 Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-09-14T00:00:00+00:00 List-Id: "David W. Glessner" wrote: >Emmanuel Briot wrote: >It sounds like Apex's "show usage" is similar to your ada-mode's >"goto references", assuming that an identifier comprises at least >type names, package names, record components, and enumeration >literals. It also handles renaming. For example, in the >following snippet, "show usage" for package xyzzy highlights >three items: This sounds like a prime example of why some functions of ada-mode need to be targetted to a specific compiler. Can you imagine the complexity that would be required to implement the semantic processing of Ada projects to produce this information in Emacs Lisp? Why re-invent the wheel. Best Regards John McCabe