help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: re-loading an elisp file


From: David Combs
Subject: Re: re-loading an elisp file
Date: Thu, 24 Mar 2011 18:24:21 +0000 (UTC)

In article <mailman.4.1299348453.24947.help-gnu-emacs@gnu.org>,
Drew Adams <drew.adams@oracle.com> wrote:
...
...
>
>And even in user init files, practice over the years has tended to reduce the
>habit of using setq in favor of taking advantage of Customize (defcustom).
>There are several reasons for that, including type-checking and initialization
>with side effects (i.e., initializing a variable can also call for other,
>related initialization operations).
>
...
...

Customize -- hmmm -- interesting (though I've never used it, always preferred
edit-options kind of thing).

But please say more about your suggested use of customize in this
situation.  Thanks!


Also, some more about its type checking, and its initialization
with side-effects.

Maybe also some examples of how you use it in your code-writing.

Thanks!

David



reply via email to

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