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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,791530e499e6a7f9 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: ada writing guide Date: 2000/04/20 Message-ID: <8766tcwzln.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 613620884 References: <8d1rso$bir$2@bunyip.cc.uq.edu.au> <8d1vhj$hdr$1@nnrp1.deja.com> <8d2hig$7e6$1@nnrp1.deja.com> <38F5DF8C.1A01E5A4@utech.net> <8d4t07$o15$1@nnrp1.deja.com> <38F603FE.B0C3ED83@utech.net> <8d5dsc$c27$1@nnrp1.deja.com> <8d6hjn$j9p$1@clnews.edf.fr> <8d76vj$9jt$1@nnrp1.deja.com> <8d7uak$1d1$1@wanadoo.fr> <8dfd6q$uch$1@nnrp1.deja.com> <87em84vavt.fsf@deneb.cygnus.argh.org> <8dfpj7$crs$1@nnrp1.deja.com> <8dgk8i$ak4$1@nnrp1.deja.com> <8dhqi7$jv3$1@nnrp1.deja.com> <8dhuuu$ou5$1@nnrp1.deja.com> <8di8da$4el$1@nnrp1.deja.com> <874s8yeg81.fsf@deneb.cygnus.argh.org> <8dlcv0$lbt$1@nnrp1.deja.com> <38FF12A1.3551DE9F@telepath.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 956245188 25082 192.168.1.2 (20 Apr 2000 15:39:48 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 20 Apr 2000 15:39:48 GMT Newsgroups: comp.lang.ada Date: 2000-04-20T15:39:48+00:00 List-Id: Ted Dennison writes: > I have already explained that this scenario can occur just as easily > when the revision control master files are not directly accessable. No, you have shown that careless programmers can make a mess even if a CM system is used. For example, with CVS, a programmer cannot commit his changes to a file if they are based on an outdated version (i.e. a newer one has been committed to the repository since he first checked out the file). He has to adapt his changes to match the newest version of the file first. Of course, if the programmer doesn't handle this situation properly, changes to the file might get lost. But if a programmer can't cope with this situation (the simple format of the file makes merging the changes particularly easy), you are soon going to have much severe problems than lost entries in a exception list controlling identifier casing. > So you have now agreed that you find the current version of emacs > Ada mode "quite unacceptable". I think Robert talked about CM systems. ;)