emacs-devel
[Top][All Lists]
Advanced

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

Re: custom-reevaluate-setting / custom-initialize-delay


From: Stefan Monnier
Subject: Re: custom-reevaluate-setting / custom-initialize-delay
Date: Wed, 24 Feb 2010 11:45:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

> There's a bug in the initialization customization variables when this
> initialization is delayed using `custom-initialize-delay' function.

> These get init'd during dumping rather than at run-time.
> The documentation suggests that it's supposed to happen at run-time.

The problem is for customization variables which use
custom-initialize-delay and are autoloaded, because autoload.el ends up
stripping away the custom-initialize-delay.

So either we should fix autoload.el to handle this correctly or we
should not use ;;;###autoload on such defcustom.


        Stefan




reply via email to

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