comp.lang.ada
 help / color / mirror / Atom feed
From: johndoe@world.std.com (j. doe)
To: bade@vicos_2.news (Frank.Bade)
Subject: Re: non key-words in xemacs to be upper case
Date: 1996/08/17
Date: 1996-08-17T00:00:00+00:00	[thread overview]
Message-ID: <kdk9uyljl4.fsf@sampson.camb> (raw)
In-Reply-To: BADE.96Aug16132224@vicos_2.news


well, aside from the fact that you're bible is wrong!!!  (only joking.  don't
want to start any religious arguments here...)

try setting the variable ada-case-identifier in your ada-mode-hook to be
upcase-word.  the following is how i forced attributes to be all upper case.

(setq ada-mode-hook
      '(lambda nil
	(setq ada-case-attribute 'upcase-word)))

just put that line in your .emacs (or in a file loaded by your .emacs) .

--johndoe




  parent reply	other threads:[~1996-08-17  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
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 [this message]
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