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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable 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-06 03:13:50 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!news.agarik.com!news.agarik.com!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "amado.alves" Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Thu, 6 Nov 2003 11:11:19 -0000 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1068117131 88407 80.67.180.195 (6 Nov 2003 11:12:11 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 6 Nov 2003 11:12:11 +0000 (UTC) To: Return-Path: X-MimeOLE: Produced By Microsoft Exchange V6.0.6470.0 Content-Class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clause "with and use" thread-index: AcOkTvdkDTLEx4HFTBSchDHOA/xeoAABJX8A X-OriginalArrivalTime: 06 Nov 2003 11:11:21.0127 (UTC) FILETIME=[B53C3370:01C3A456] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:2135 Date: 2003-11-06T11:11:19+00:00 Preben Randhol wrote: >> How about >> >> with ...; use idem; >> >> (cf. thread on compound assignment) > Doesn't sound like a good idea as it is two statements. > > with A; > with B; > use idem; > use idem; > > won't work for example. I was kinda kiding. Meaning this is entirely experimental and academic. = I'm perfectly happy with the way things currently are. In the = experimental spirit I like "idem" (actually my favorite is '@') for the = "lvalue". And in the above example I was testing a generalization of it = to... hmmm... "the latest useful thing". So your counterexample would be = equivalent to with A; with B; use B; use B; I wonder if this is even legal. In music writing there is a symbol for this: o// //o I think is only for the latest *bar*, so it is not generalized. > But seriously are you all using so bad editors? My degree of satisfaction with existing editors is below say 70% (GPS = and emacs included). I'll write the perfect editor some day...