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: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!feeder.erje.net!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Thu, 6 May 2010 21:10:56 -0500 Organization: Jacob Sparre Andersen Message-ID: References: <2318cabb-080c-42a0-8219-21c347abe172@o11g2000yqj.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1273198257 31166 69.95.181.76 (7 May 2010 02:10:57 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 7 May 2010 02:10:57 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Xref: g2news2.google.com comp.lang.ada:11350 Date: 2010-05-06T21:10:56-05:00 List-Id: "Adam Beneschan" wrote in message news:2318cabb-080c-42a0-8219-21c347abe172@o11g2000yqj.googlegroups.com... On May 6, 10:10 am, Warren wrote: ... >Broadly, you can't use a FOR attribute specification on every >attribute, just a few select ones that the language specifically says >you can. 'Image isn't one of those. > >I think it's been mentioned a few times on this newsgroup that it >might be nice to have this ability, but I don't see that anyone has >submitted an actual language change proposal. I believe we looked at it semi-seriously back during the Ada 2005, but we ran into some problems (I don't recall the details - might have been visibility) and decided it wasn't worth the headache. It would probably be possible with some work. Randy.