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

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

Re: problem getting hooks to be active


From: Eric Pement
Subject: Re: problem getting hooks to be active
Date: 20 Aug 2003 10:29:50 -0700

kai.grossjohann@gmx.net (Kai Großjohann) wrote in message 
news:<84u18j2i16.fsf@slowfox.is.informatik.uni-duisburg.de>...

> A completely wild speculation is that you actually want to set
> sgml-indent-data to t to make it indent more often.  Then you want to
> set sgml-indent-step to 2 (which is the default, afaik).
> 
> And for filling, maybe you want to turn on auto-fill mode?
> 
> Does this help?
> 
> If it doesn't, please explain in more detail what is happening.

Solution found!

The problem was that none of my changes were taking effect. I had
redefined the variables in sgml-mode, but they were being ignored.
Nothing was happening.

Then while working on the command-line, trying to debug the .emacs
init file, I found the problem: I had byte-compiled my .emacs file
previously, but had not byte-compiled the .emacs file after I had
changed and saved it. So Emacs was loading the older .emacs.elc file
instead of the newer .emacs file.

Solution was simple: byte-compile the new .emacs file and everything
works. (*sigh*) How did I miss this one? Must have been the Sobig
virus working on my brain. :)

--
Eric Pement


reply via email to

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