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,6bf481efd29cf77b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-15 08:12:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newspeer.clara.net!news.clara.net!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Behavior of Stream Attributes On Access Types. Date: 15 Jun 2002 15:56:46 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <4519e058.0206110547.526d2369@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1024153883 nnrp-13:13057 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:26027 Date: 2002-06-15T15:56:46+01:00 List-Id: "Marin David Condic" writes: > Nope. Not a "mistake" - except maybe stylistically. I have evolved a > very specific question here that seems to be getting > misunderstood. I don't want to know how to override the default > 'Read and 'Write for an access type. (I know *how* to do that - but > not necessarily what the "default" behavior is. From other posts, I > suspect just the pointer value is written.) What I want to know is > what happens as you go up the food-chain on tagged records once you > override the default 'Read and 'Write. Oh, sorry; I guess what we're all failing to grasp is why you would want to do that. Since the only contribution I would be able to make would be to try it and see, I'll shut up ..