emacs-devel
[Top][All Lists]
Advanced

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

Re: Autoloaded defcustoms


From: Stefan Monnier
Subject: Re: Autoloaded defcustoms
Date: Tue, 06 Jan 2009 13:20:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> Why do you need to run custom-set-variables before custom-autoload?
> This could be during startup of Emacs. There is nothing that says
> custom-set-variables should be the last thing there. (And default.el
> is run afterwards.)

autoloads go in site-start.el and/or at the beginning of the .emacs.
Otherwise, anything in the .emacs that relies on these autoloads will fail.

> I have seen this happen. Is there any reason not to handle the problem
> the way I suggested?

I think your suggestion was a bit succint.  Could you explain what would
be the result of your change?


        Stefan




reply via email to

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