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,2609b140b6fc94c5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-25 14:58:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: compiling error Date: 25 Sep 2003 17:54:47 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3F72E322.9070901@noplace.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1064527057 20304 128.183.235.92 (25 Sep 2003 21:57:37 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 25 Sep 2003 21:57:37 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:42939 Date: 2003-09-25T21:57:37+00:00 List-Id: Simon Wright writes: > I used to change the GLIDE defaults (2 spaces standard indent instead > of 3, etc) but have now decided that it's easiest to go with the flow > on this one. Partly affected by being on a project with 20+ other > developers .. in GLIDE the customisations aren't all that easy to > spread about the team. Put the customizations in a .el file, and put that in you configuration mangagement system. That's what I do; works very well. However, I also decided to only change a few values from the default. That's because I'm an ACT supported customer, and they provide code that uses the defaults. So I don't want to find it disturbing to read their code :). -- -- Stephe