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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fce663eaf40b52f6 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news-out.visi.com!petbe.visi.com!news.octanews.net!newshosting.com!nx02.iad01.newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Wed, 12 May 2004 14:44:20 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: Subject: Re: Manifesto against Vector Date: Wed, 12 May 2004 14:44:21 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-0fWjkGwu4zJguQMok8W+IzchkegN+1e8e1ZOnluicS0OzmQU3X0Hahzv8A2vaF9oIN5gVIk9BDAu/Jy!xxm0EngI/TU5n6K2BCTP9xnZ4ckyjCpidL3vXt1nYPCo+8JKaCFCWCLXT6jvQPnr0TPCPp+lHPdw X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: controlnews3.google.com comp.lang.ada:509 Date: 2004-05-12T14:44:21-05:00 List-Id: "Martin Dowie" wrote in message news:af783afe.0405100355.71238d6a@posting.google.com... > 18k11tm001@sneakemail.com (Russ) wrote in message news:... > > And you're worried about modifying the Reference Manual? For Pete's > > sake, I'll write the two sentences it will take. Here you go: > > > > The new keyword "with/use", when it appears in a context section, is a > > convenient shorthand for combining "with" and "use" without repeating > > the library unit name. For example, > > > > with/use Ada.Text_IO, Ada.Integer_Text_IO; > > > > is equivalent to > > > > with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_IO, > > Ada.Integer_Text_IO; > > > > except that it is shorter, cleaner, less error prone, and easier to > > read. > > > > [end of addition to RM] > > So go and propose this via an AI! The ARG aren't going to do this as > _none_ of the compiler vendor's customers are asking for it. > > I assume you are not a current customer... if you are then go and > hassle your vendor!!!! It was. And it was given the consideration that it deserved. Note that the ARG does not discuss every proposal that it is sent, or it would be overwhelmed. Randy.