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,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-01 10:04:07 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: 01 Aug 2001 18:55:21 +0200 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <9k36ae$138k$1@pa.aaanet.ru> <3B654276.4040707@bigfoot.de> <3B655CE8.F8FAD2CF@sneakemail.com> <87elqxxyzb.fsf@deneb.enyo.de> <3B66D9F8.BA21BC1B@san.rr.com> <3B66E299.FA942B24@san.rr.com> <3B66EACA.9017A42F@san.rr.com> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 996684537 16338 129.69.1.226 (1 Aug 2001 16:48:57 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Wed, 1 Aug 2001 16:48:57 +0000 (UTC) User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!gatel-ffm!newspush.frankfurt1.eu.level3.net!level3eu!news.dinx.net!news.belwue.de!cert.uni-stuttgart.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:10959 Date: 2001-08-01T18:55:21+02:00 List-Id: Darren New writes: > > Sounds like a recipe for a big mess if the source code is edited by > > several individuals with different editors. Say one use emacs and > > another vim. The first uses tabs and the latter have turned on the > > option to turn tabs into spaces for instance... > > The same would be true of the Ada command switch, It's a GNAT switch, and strictly speaking, GNAT is not conforming to the Ada standard when it is activated. > yes? "Doctor, doctor, it hurts when I do this!" If you use CVS, you have to enforce a common policy regarding tabs anyway, to keep the diffs clean.