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-Thread: 103376,502b8ae4630fba59 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.germany.com!feeder.erje.net!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: DOS Options Date: Fri, 21 Dec 2007 18:45:09 -0600 Organization: Jacob's private Usenet server Message-ID: References: <1i8m324.g6pon43ql1ogN%csampson@inetworld.net> <1i9d4ab.twgszk4zp5evN%csampson@inetworld.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: jacob-sparre.dk 1198284317 25588 69.95.181.76 (22 Dec 2007 00:45:17 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sat, 22 Dec 2007 00:45:17 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Xref: g2news1.google.com comp.lang.ada:19020 Date: 2007-12-21T18:45:09-06:00 List-Id: "Jeffrey R. Carter" wrote in message news:eXDaj.259984$Fc.65173@attbi_s21... > Randy Brukardt wrote: ... > > Ada.Command_Line is a thinly-veiled wrapper on the normal C "argv/argc" > > mechanism. I think most Ada compilers simply copy that mechanism (that's > > pretty much a requirement on Unix, and it is better for portability on all > > platforms). The fact that that mechanism isn't very useful is not considered > > relevant. (And yes, for the record, Janus/Ada does exactly that for > > Ada.Command_Line. We don't even bother to use Ada.Command_Line for the > > command line processing of our compiler and tools; it is just as easy to > > process starting from the original string.) > > > > Randy. > > > > > > This got posted 5 times. That's a record, even for you. I didn't notice that each time I wrote a message (and I wrote a bunch that day), it tried again to post that message and failed (well, failed on this end, obviously it didn't *actually* fail). Normally, it would just try when I close the newsreader and then again when I reopen it (leading to a double posting at most). That behavior hasn't repeated (that goodness), but I'm not at all sure what is going on in any case. Hopefully it will go away and stay that way... Randy.