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-20 01:20:11 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!newsfeed.vmunix.org!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Thu, 20 Nov 2003 09:20:10 +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.78 X-Trace: tyfon.itea.ntnu.no 1069320010 15080 129.241.83.78 (20 Nov 2003 09:20:10 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 20 Nov 2003 09:20:10 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2712 Date: 2003-11-20T09:20:10+00:00 List-Id: On 2003-11-20, Brian Gaffney wrote: > In that case shouldn't the above be > > with Gtk.Arguments; use it; > with Gtk.Button; use it; > with Gtk.Handlers; no no no you would have to have something like you suggest below: with and use. But I still lack any explanation as to WHY we need this? I do not understand at all why this is an imporant issue at all. > with and use Gtk.Arguments, Gtk.Button; -- "Saving keystrokes is the job of the text editor, not the programming language."