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,997e6472f58cc955 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-05 10:43:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Case dependence and coding standards Date: Thu, 5 Jun 2003 17:43:34 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <035odv8mfiksmqo69q0250qp141oebtdro@4ax.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054835014 23137 129.241.83.78 (5 Jun 2003 17:43:34 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 5 Jun 2003 17:43:34 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38712 Date: 2003-06-05T17:43:34+00:00 List-Id: Wesley Groleau wrote: > Wesley Groleau wrote: >> a technical writer, I would never have handed to the editor >> something like that formatter like this: > > oops: formatteD > > Nor would I have handed in something I failed to proof-read! :-) Speaking of sensitivity. Python is indentation sensitive. See: http://www.linuxjournal.com/article.php?sid=3882 Then search the page for "indentation error" and you will see: if 'typemap' in class_sig: class_sig.remove('typemap') and when I download and open the listing that has this error then all indentations are a mess as they are a mix of TABs and spaces. (Well it was written by Eric Raymond so ...) Hopeless concept IMHO. -- Preben Randhol http://www.pvv.org/~randhol/