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,55eec2ee238f12cb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news2.google.com!proxad.net!fr.ip.ndsoftware.net!newsfeed.freenet.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Fri, 30 Sep 2005 12:09:31 +0200 From: Georg Bauhaus User-Agent: Debian Thunderbird 1.0.2 (X11/20050817) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's References: <87r7b74kge.fsf@code-hal.de> In-Reply-To: <87r7b74kge.fsf@code-hal.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Message-ID: <433d0e81$0$16483$9b4e6d93@newsread4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 30 Sep 2005 12:08:01 MEST NNTP-Posting-Host: c33843c5.newsread4.arcor-online.net X-Trace: DXC=BC183SehnALRG:gi]CKmZG:ejgIfPPldDjW\KbG]kaMHXY;eg@jLYeLoMei]kGNAlDhP3YJKgE\jLAchOhbK_=PN X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:5307 Date: 2005-09-30T12:08:01+02:00 List-Id: Michael Bode wrote: > "Manuel G. R." writes: >=20 >=20 >>Other nice feature is code navigation, C-c C-d over an identifier >>opens the file where it is defined, but your sources have to be up to >>date. >=20 >=20 > BTW: does C-c C-r work for anyone? I get this: > ada-find-references: Invalid function: (macro . #[(identlist) "=C3=81=08= =C3=82E=C2=87" [identlist aref 3] 3]) >=20 It worked again after loading the Lisp function ada-find-references from = source, like this: C-h k (help key) C-c C-r gives a link to the function, then use eval-last-sexpr (C-x C-e) with pointer after the function.