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=unavailable autolearn_force=no version=3.4.4 Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2015 Troubles Date: Sun, 21 Jun 2015 12:13:14 +0100 Organization: A noiseless patient Spider Message-ID: References: <86d20p2xnw.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="c762050aff3a30866fa7e79999b14776"; logging-data="15041"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+sDdbiU1cCNQkZlAjdrTuvzPGCfTIOzhs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:cgKjebEo55K/GYZP9EK0Q2iMtPg= sha1:K+bdJA21QwgBPNega5JBaHC3KtQ= Xref: number.nntp.giganews.com comp.lang.ada:193703 Date: 2015-06-21T12:13:14+01:00 List-Id: Stephen Leake writes: > Does ada-mode navigation help here? Since these are pre-compiled > files, C-c C-d should always show the declaration of these > identifiers, even if your full project does not yet compile. It certainly would if I was trying to build with them rather than just poking about! Good point, though I'd still prefer not to see 'use' (I make an exception for Ada.Text_IO, though :-) I seem to remember that you need to keep .ali's even after a failed compilation for this to work - -gnatqQ