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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,587e0e0a16d65b10 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!h16g2000yqj.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Invade wikipedia! Date: Tue, 24 Feb 2009 12:34:09 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1tw8gryqdolal$.1osqedj9x821c.dlg@40tude.net> <5c44eaae-631d-46d2-8384-86af79d5e048@n20g2000vba.googlegroups.com> <944a1924-0fa7-487f-a94d-084a2be1b231@v31g2000vbb.googlegroups.com> NNTP-Posting-Host: 82.20.239.213 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1235507649 29472 127.0.0.1 (24 Feb 2009 20:34:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 24 Feb 2009 20:34:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h16g2000yqj.googlegroups.com; posting-host=82.20.239.213; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3774 Date: 2009-02-24T12:34:09-08:00 List-Id: On Feb 24, 7:48=A0pm, Hibou57 (Yannick Duch=EAne) wrote: > On 24 f=E9v, 15:50, Martin wrote: > > > > > Could we agree get rid of the box comments, e.g. > > > =A0 =A0------------------ > > =A0 =A0-- Do_Something -- > > =A0 =A0------------------ > > > =A0 =A0procedure Do_Something ...; > > > Cheers > > -- Martin > > Please, help me to understand : what's the trouble with this ? It takes up *so* much room on the page. And, if you have a capable IDE (eg, Emacs with imenu), you can hop straight to each subprogram/type declaration .. Nothing against box comments per se, but they seem to fit better with major structural divisions.