comp.lang.ada
 help / color / mirror / Atom feed
From: dbrown@ted.vigra.com (David L Brown)
Subject: Re: non key-words in xemacs to be upper case
Date: 1996/08/16
Date: 1996-08-16T00:00:00+00:00	[thread overview]
Message-ID: <osloffs3ug.fsf@ted.vigra.com> (raw)
In-Reply-To: BADE.96Aug16132224@vicos_2.news


>>>>> On 16 Aug 1996 10:22:24 GMT, bade@vicos_2.news (Frank.Bade) said:

> 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 ?

I assume this is the same in the ada-mode with xemacs as with emacs.

There are a series of variables in ada-mode that define the casing of
that emacs uses.

I believe you want the following in your .emacs:

 (setq ada-case-identifier 'upcase-word)

if you want attributes upcased too, you can do:

 (setq ada-case-attribute 'upcase-word)

Dave Brown
dbrown@vigra.com




  reply	other threads:[~1996-08-16  0:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-16  0:00 non key-words in xemacs to be upper case Frank.Bade
1996-08-16  0:00 ` David L Brown [this message]
1996-08-17  0:00   ` Robert Dewar
1996-08-19  0:00     ` Ken Garlington
1996-08-25  0:00       ` Robert Dewar
1996-08-25  0:00         ` Michael Feldman
1996-08-29  0:00         ` Charles Lindsey
1996-08-31  0:00           ` Robert Dewar
1996-09-01  0:00   ` Brian Rogoff
1996-08-17  0:00 ` j. doe
1996-08-19  0:00 ` David Wheeler
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox