help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disable case-changer in Ada mode


From: Stefan Monnier
Subject: Re: disable case-changer in Ada mode
Date: Thu, 10 Oct 2013 07:48:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>>>> "Emanuel" == Emanuel Berg <embe8573@student.uu.se> writes:

> I writing in Ada, and the ada-mode has the property that
> it changes the lower-/uppercase of words *as you
> type*. This is driving my nuts! It is almost psychedelic
> (but not in a positive way).

> I *think* it is there because Ada is case-*in*sensitive,
> so they'd add it as a way to enforce consistency. (?)
> So, because case doesn't matter, the mode changes the
> case as you type... (I don't know if that makes sense,
> but I just get dizzy.)

> So can I disable it?

(setq ada-auto-case nil)


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]