From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ae9:edc9:: with SMTP id c192mr11610583qkg.36.1612869399820; Tue, 09 Feb 2021 03:16:39 -0800 (PST) X-Received: by 2002:a25:57d6:: with SMTP id l205mr18816961ybb.363.1612869399592; Tue, 09 Feb 2021 03:16:39 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 9 Feb 2021 03:16:39 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=89.8.70.52; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 89.8.70.52 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Unreferenced parameters From: Egil H H Injection-Date: Tue, 09 Feb 2021 11:16:39 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61326 List-Id: On Thursday, February 4, 2021 at 11:27:14 AM UTC+1, Simon Wright wrote: > > overriding function Expand_Tabs > > (This : Dummy_Editor_Buffer with Unreferenced; > > Line : Editable_Line_Type with Unreferenced; > > Column : Character_Offset_Type with Unreferenced) return > > Visible_Column_Type is (0); > As you say, not yet. But .. looking good! It's included in the New Features list of GNAT Pro 21.1 -- ~egilhh