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-18 02:43:20 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Tue, 18 Nov 2003 10:43:20 +0000 (UTC) Organization: PVV Message-ID: References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <3FA3B412.AF3BEB96@fakeaddress.nil> <3FA50083.10709@noplace.com> <3FA777E9.4030605@noplace.com> <3FA79F58.1020503@noplace.com> NNTP-Posting-Host: 129.241.83.82 X-Trace: tyfon.itea.ntnu.no 1069152200 22014 129.241.83.82 (18 Nov 2003 10:43:20 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 18 Nov 2003 10:43:20 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2617 Date: 2003-11-18T10:43:20+00:00 List-Id: On 2003-11-18, Marius Amado Alves wrote: > On Tue, 2003-11-18 at 00:07, Brian Gaffney wrote: >> "Marius Amado Alves" wrote: >> > How about >> > >> > with ...; use idem; >> > >> Now where is that darned Idem.ads? > > I know :-) > That's why I'd prefer @. with Gtk.Arguments; use @; with Gtk.Button; use @; with Gtk.Handlers; or with Gtk.Arguments; with Gtk.Button; with Gtk.Handlers; use @; use @; no thanks. -- "Saving keystrokes is the job of the text editor, not the programming language."