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: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!news.mixmin.net!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Thu, 06 May 2010 22:56:51 +0200 Organization: Ada At Home Message-ID: References: NNTP-Posting-Host: zyzSZwtN8q0JtliBrX7N5w.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.53 (Win32) Xref: g2news2.google.com comp.lang.ada:11341 Date: 2010-05-06T22:56:51+02:00 List-Id: Le Thu, 06 May 2010 22:19:15 +0200, Robert A Duff = a =C3=A9crit: > The leading blank produced by T'Image is indeed annoying! > What were they thinking?! Never mind, that's been discussed > to death. It's not a huge problem, but it's one of the > first things new Ada programmers notice, and it's a real > turn-off. > > - Bob I'm sometime lazy too, so I did not check the reference about it, howeve= r, = I can say today I used 'Image on a "mod type", and there was no heading = = blank, while that's true I have one with with kinds of Integer or Natura= l. What there were thinking about ? Perhaps proper display when different = numbers are displayed on a column and some are Integer, others Natural. = By = the way, Natural is a subset of Integer, so these are numbers which are = = always positive, not numbers without a sign. A quick work around (for more serious stuff, it's good any way to write = a = custom Image function) : one typically wish to output numbers preceded b= y = a text or label, so just don't put any trailing blank on the latter. -- = No-no, this isn't an oops ...or I hope (TM) - Don't blame me... I'm just= = not lucky