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-Thread: 103376,8b756d9a0afb052a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!news.glorb.com!newsfeed2.telusplanet.net!newsfeed.telus.net!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Quick question about Ada code formatting. References: <43f74bc0$0$13593$9b4e6d93@newsread2.arcor-online.net> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:pwKqZtQQE56EzahuVh+pcWG/tcA= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 19 Feb 2006 10:23:33 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1140362619 66.159.65.1 (Sun, 19 Feb 2006 10:23:39 EST) NNTP-Posting-Date: Sun, 19 Feb 2006 10:23:39 EST Xref: g2news1.google.com comp.lang.ada:2992 Date: 2006-02-19T10:23:33-05:00 List-Id: Simon Wright writes: > "Jeffrey R. Carter" writes: > >> Simon Wright wrote: >>> I don't understand that. I have GLIDE and GPS set up to recognise the >>> correct casing of lots of words: my ~/.emacs_case_exceptions is >>> ... >>> PragmaRC >> >> This, a contraction of PragmAda Reusable Components, is cased PragmARC >> in the source files. > > Oops, corrected -- thanks Hmm. With the proper GNAT style settings, the compiler should have caught that for you; -gnatyr checks that uses of identifiers have the same casing as the declaration. -- -- Stephe