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,dbcd0557f06cdbfa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-18 00:53:05 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Only one compilation unit. Date: 18 Jul 2001 00:53:04 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0107172353.3254e6f6@posting.google.com> References: <3B497F21.8CD784D8@brighton.ac.uk> <5ee5b646.0107151756.2858bf55@posting.google.com> NNTP-Posting-Host: 208.224.77.203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 995442784 22416 127.0.0.1 (18 Jul 2001 07:53:04 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 18 Jul 2001 07:53:04 GMT Xref: archiver1.google.com comp.lang.ada:10127 Date: 2001-07-18T07:53:04+00:00 List-Id: Simon Wright wrote in message news:... > Well, I guess I was considering the whole galaxy of GNAT utilities -- > whatever it is you run when you type C-c C-d (ada-goto-declaration) > certainly got confused for us, and the confusion went away when we > made the file names all lower-case. If you use non-standard names for files (and file names that are not all lower case are considered non-standard), then you need to look in the chapter in the users guide and carry out the necessary steps to inform GNAT of what file names you will be using. If you don't do this you will indeed run into confusion (this is simply a special case of the general rule that if you don't follow the documentation, you may run into confusion :-)