emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize and autoloaded libraries


From: Stefan Monnier
Subject: Re: Customize and autoloaded libraries
Date: Mon, 03 Dec 2001 10:21:37 -0500

> > 0. Make `custom-set-variables' behave more like `setq'
> >    (i.e. set the variables immediately).
> 
> It won't solve the actual problem.

But at least the behavior will make sense since the later
custom-set-variable overrides the earlier add-hook.

> We don't won't "setq" semantics, we want "add-hook" semantics.

That was the intention behind my point: make custom output
code that looks more like the code I'd write by hand.
I must say I very nicely failed to get my point across.
Admittedly a big part of the problem is in the UI side anyway.


        Stefan "Dreaming about the time when custom will output
                things like (add-hook 'emacs-lisp-mode-hook
                                      (lambda () (outline-minor-mode 1)))"




reply via email to

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