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,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 00:31:29 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Tue, 11 Nov 2003 08:31:29 +0000 (UTC) Organization: PVV Message-ID: References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <1068123815.335508@master.nyc.kbcfp.com> <3FAAB12E.C7593B45@fakeaddress.nil> <3FACCBFB.9D288CF2@fakeaddress.nil> <3FAF8C99.5040201@noplace.com> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1068539489 9341 129.241.83.82 (11 Nov 2003 08:31:29 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 11 Nov 2003 08:31:29 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2326 Date: 2003-11-11T08:31:29+00:00 List-Id: On 2003-11-11, Russ <18k11tm001@sneakemail.com> wrote: > Making "use" in a context clause imply "with" is not a great technical > challenge. For Pete's sake, I could probably write a Python script in > less than an hour to do the job (including a half hour to think about > it, and 15 minutes to test it). Yet it would not break any existing > code, and anyone who wants to continue doing it the old way would be > perfectly free to do so. But what is the point? What do you save by doing this? Absolutely nothing. It took me 2 min to make two macros in vim which either add a use unit or removes it. If you are interested in fixing leaks in the roof (to use your analogy), I suggest that is what you should worry about too. Not run around in the shed reorganising the tools. -- "Saving keystrokes is the job of the text editor, not the programming language."