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

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

Re: How can I stop Emacs from messing up my code by changing case


From: kgold
Subject: Re: How can I stop Emacs from messing up my code by changing case
Date: Tue, 21 Feb 2006 13:45:26 -0500
User-agent: Mozilla/5.0 (X11; U; AIX 000C89FF4C00; en-US; rv:1.7) Gecko/20040617

If you haven't figured this by now, this it not the default emacs behavior. I suspect you are in some special mode that's trying to be clever about capitalization.

The first step is to run with -q -no-site-file and confirm that it doesn't do that anymore. Then add one or the other back to figure out which file is the cause. Finally, assuming it's something in your .emacs, start commenting out sections to find the offending line.

anne001 wrote:
Emacs keep changing cases on me. Sometimes it will take a word and put
a capital letter. That messes up ruby because words with capital
letters are supposed to be class... or it takes end and makes it End
and things no longer work.

or it takes GLUT and make it into Glut which no longer work.

Please help me stop this madness permanently, its is driving me nuts to
find emacs screwups, on top of mine

anne



reply via email to

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