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,c984a7f4a0ab0148 X-Google-Attributes: gid103376,public From: wheeler@aphrodite.csed.ida.org (David Wheeler) Subject: Re: non key-words in xemacs to be upper case Date: 1996/08/19 Message-ID: <4va7te$jfv@news.ida.org>#1/1 X-Deja-AN: 175142905 distribution: world references: organization: IDA, Alexandria, Virginia newsgroups: comp.lang.ada Date: 1996-08-19T00:00:00+00:00 List-Id: Frank.Bade (bade@vicos_2.news) wrote: : Help ! : I am an ADA programmer and using xemacs 19.13. The ADA-Mode of the : Xemacs formats the non key-words to the first character upper case and : the rest lower case. : Our S/W development bible tolds us to write those : words completely upper case. Who can help me ? That's a pretty old convention, rarely used nowadays. I wouldn't be surprised if the rest of your "bible" is archaic, too. Most Ada users nowadays use the "Ada Quality and Style Guide" (AQ&S) as their basic style guide. It has lots of good information and only a small part of it discusses case and indenting issues (which really aren't all THAT important anyway). For more information on AQ&S, see http://lglwww.epfl.ch/Ada/Resources/References/html#style The AQ&S recommends lower case keywords, mixed case identifiers. Even the older Ada 83 version 2.01.01 recommends that (paragraph 3.1.3), and the Ada 95 version continues to recommend it. --- David A. Wheeler Net address: wheeler@ida.org