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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e4042699db4db63b X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sat, 21 Mar 2009 19:36:32 +0100 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Newbie question References: <49b90e2d$0$2847$ba620e4c@news.skynet.be> <49c52d2f$0$2856$ba620e4c@news.skynet.be> <49c53203$0$2849$ba620e4c@news.skynet.be> In-Reply-To: <49c53203$0$2849$ba620e4c@news.skynet.be> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <49c533b0$0$31871$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 21 Mar 2009 19:36:32 CET NNTP-Posting-Host: 1f2bcd08.newsspool3.arcor-online.net X-Trace: DXC=_JCCP6=kj78kUFX=Y?aLP;McF=Q^Z^V384Fo<]lROoR1^YC2XCjHcb9nO``lFTVK=41 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:4211 Date: 2009-03-21T19:36:32+01:00 List-Id: Olivier Scalbert wrote: > > You said: Ada.Text_IO; so you are evaluating Ada.Text_IO.Col > 1 > Ooops, nice catch ! > > I think I will remove all my "use" ! That's a bit quick, I should think. Another option is to place "use" in context, use renamings, or comment "use" temporarily in order to catch overloaded names.