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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,55eec2ee238f12cb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's Date: Wed, 05 Oct 2005 21:47:14 +0200 Organization: 1&1 Internet AG Message-ID: <871x2z7nlp.fsf@code-hal.de> References: <87r7b74kge.fsf@code-hal.de> <433d0e81$0$16483$9b4e6d93@newsread4.arcor-online.net> <87vf0etnfc.fsf@code-hal.de> NNTP-Posting-Host: p54af3f9b.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: online.de 1128541635 5830 84.175.63.155 (5 Oct 2005 19:47:15 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Wed, 5 Oct 2005 19:47:15 +0000 (UTC) X-message-flag: IMPORTANT MESSAGE -- PLEASE READ IMMEDIATELY!!! X-Accepted-File-Formats: ASCII, .rtf, .ps, .pdf - *NO* MS Office files User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:0DYMqpqEB+gATZJW6Eg+Z7yJc/I= Xref: g2news1.google.com comp.lang.ada:5422 Date: 2005-10-05T21:47:14+02:00 List-Id: J�r�me Haguet writes: >> When I replace that with adamode-3.6 from >> https://libre2.adacore.com/adamode/ C-c C-r works fine. But C-c C-d >> only works for predefined identifiers. That is C-c C-r with point >> on Put_Line opens a-textio.ads with point on procedure >> Put_Line. But C-c C-r with point on one of my own identifiers gives >> No cross-reference found. It might be a predefined entity. >> > > Is sounds like something we faced a few time ago. > It was on Windows, but I do not remember with which version of > gcc/gnat it occurs. > We fixed this creating a file named gnatls.bat somewhere (in one of > the folder of PATH). Problem solved. The not working C-c C-d was due to a wrong src-path in the Emacs project file. -- Michael Bode