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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Ada mode requests (Re: Ada vs C++ vs Java) Date: 1999/01/22 Message-ID: <78ag05$p23@hobbes.crc.com>#1/1 X-Deja-AN: 435713567 References: <369C1F31.AE5AF7EF@concentric.net> <369DDDC3.FDE09999@sea.ericsson.se> <369e309a.32671759@news.demon.co.uk> <369F1D39.64A65BC1@sea.ericsson.se> <369f81a9.31040093@news.demon.co.uk> <77ommt$9bo$1@nnrp1.dejanews.com> <77vhjf$nn9$1@nnrp1.dejanews.com> <77vld9$qvg$1@nnrp1.dejanews.com> <782rp0$kn6$1@nnrp1.dejanews.com> <6Oap2.16170$MW1.4028@news2.giganews.com> <783nnb$s9c@drn.newsguy.com> <784qvi$a0a$1@nnrp1.dejanews.com> <78549k$iqv$1@nnrp1.dejanews.com> <785fo3$thj$1@nnrp1.dejanews.com> <36A6F997.CA210C39@easystreet.com> <36A775B3.666042D8@easystreet.com> <788svu$gl9@drn.newsguy.com> <78a27f$rp4$1@nnrp1.dejanews.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Coleman Research Corporation Newsgroups: comp.lang.ada Date: 1999-01-22T00:00:00+00:00 List-Id: Matthew Heaney wrote in message ... >dennison@telepath.com writes: > >> In article , >> Matthew Heaney wrote: >> >> > I'm going to be taking over maintenance of ada-mode in another month or >> > so. If you have any suggestions for me, let me know. >> >> I'd like to see a submode or new mode for editing gnat.adc files. But I >> suppose I might be the only person who would use it. > >What's a gnat.adc file? > Surprisingly, this information is found in the Gnat User's Guide in the obsurely-named section titled "The gnat.adc file," viz.: The gnat.adc file In GNAT a compilation environment is defined by the current directory at the time that a compile command is given. This current directory is searched for a file whose name is `gnat.adc'. If this file is present, it is expected to contain one or more configuration pragmas that will be applied to the current compilation. Configuration pragmas may be entered into the `gnat.adc' file either by running gnatchop on a source file that consists only of configuration pragmas, or more conveniently by direct editing of the `gnat.adc' file, which is a standard format source file. A search of the User's guide for ".adc" will bring to light several other references to this file.