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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2bd38291393bb69b X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d4g2000prg.googlegroups.com!not-for-mail From: JPWoodruff@gmail.com Newsgroups: comp.lang.ada Subject: Re: need hint for adabrowse usage Date: Tue, 18 Dec 2007 15:17:13 -0800 (PST) Organization: http://groups.google.com Message-ID: <8dd1db95-10cf-48fb-9e3c-3533f8a02e77@d4g2000prg.googlegroups.com> References: NNTP-Posting-Host: 76.25.248.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1198019833 12673 127.0.0.1 (18 Dec 2007 23:17:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 18 Dec 2007 23:17:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d4g2000prg.googlegroups.com; posting-host=76.25.248.240; posting-account=eLk0BgoAAAA-yA75xm1L7heSizMaESVg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18997 Date: 2007-12-18T15:17:13-08:00 List-Id: On Dec 18, 3:48 pm, "Randy Brukardt" wrote: > wrote in message > > news:c598ef51-35ec-4da1-8b8e-2d3d35704577@e6g2000prf.googlegroups.com... > ... > > > -- I don't know how to collect Ada comments that have empty spaces > > -- between them in the way I've formatted these paragraphs. > > HTML ignores all strings of spaces -- they all display as a single space. > That's a basic feature of HTML and there isn't much AdaBrowse or any other > tool can do about it. (And I've tried for the ARM formatter!!) > > If you're using spaces to get the effect of tabs, it simply isn't possible I guess I was pretty unclear about my question. Here's try2: The Ada source file (g-regpat.ads for example) has comment blocks with a blank line separating each. But when I run adabrowse, the output file -.html has only one of the comment blocks. Adabrowse did not write the others. So I probably need the correct incantation for Adabrowse's -.cfg file. Anybody got a clue for me? John