emacs-devel
[Top][All Lists]
Advanced

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

Re: multiple queries to delete excess backup version w/ custom


From: martin rudalics
Subject: Re: multiple queries to delete excess backup version w/ custom
Date: Sun, 06 Jan 2008 17:09:12 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> The problem is that the functions used for implementing the
> :custom-save method, such as custom-variable-save, are also sometimes
> used in contexts where you want to save the option immediately.  These
> places the function should be split into one that marks only (and is
> used as the :custom-save (or :custom-mark-for--saving) method), and
> one that additionally calls custom-save-all.

Thanks for the clarification.  Can you enumerate (some of) the instances
where I "want to save the option immediately"?  For example,
`custom-group-save' currently does not call `custom-save-all' and seems
to rely on `custom-variable-save' and `custom-face-save' to do that.





reply via email to

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