Re: defcustoms in style/*.el

Peter S Galbraith <[email protected]> Sat, 05 Mar 2005 11:18:15 -0500
Newsgroups gmane.emacs.auc-tex
Message-ID <2295.1110039495@mixed>
Ralf Angeli <[email protected]> wrote:

> * Reiner Steib (2005-03-05) writes:
> 
> [defustoms in AUCTeX style files]
> 
> > Do you (and other people) agree, that it would be desirable to have
> > those custom variables available after loading AUCTeX?
> 
> Yes, but I dislike the idea of moving them out of the style files.

I haven't followed all of theis discussion, so maybe I'm missing something.
But as a side note, we faced the same question in the MH-E project and
decided to have _all_ defcustoms available upon loading MH-E, whether
all pieces are loaded or not.  So we moved all defcustoms to a new file
(mh-customize.el) and load that from the MH-E entry points.

Peter