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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2cca2df93731625,start X-Google-Attributes: gid103376,public From: Mats Weber Subject: Emacs Ada code navigation tools Date: 1998/09/09 Message-ID: <35F6F05E.9A8F2DD0@elca-matrix.ch>#1/1 X-Deja-AN: 389519469 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: ELCA Matrix SA Mime-Version: 1.0 Reply-To: Mats.Weber@elca-matrix.ch Newsgroups: comp.lang.ada Date: 1998-09-09T00:00:00+00:00 List-Id: In the good old days, I was using DEC Ada with the LSE editor and the compiler generated analysis output that told the editor where the declaration of each occurrence of an identifier was. I just had to press ctrl-D on any identifier, and it automatically took me to the declaration. There were many other useful functions such as list all uses of a given declaration, etc. Now I am using Emacs (which I find better than LSE in some respects, and worse in others, but let's not discuss that). Is there an equivalent tool for Emacs/Xemacs/GNAT (maybe compiler independent, but then probably overloading will not be treated correctly) ?