>>>> "drv" == Didier Verna
<didier(a)xemacs.org> writes:
> Suppose there is a (desktop-read) in init.el, and
>
> (custom-set-variables '(user-mail-address "morozov(a)novosoft.ru")),
>
> in custom.el. Now if desktop being read contains .html file then
> html-mode asks again and again: "Your mail address: alex@localhost" or
> something like that, because it is not yet customized.
>
> Surely one can move (setq user-mail-address "") to init.el, before
> (desktop-read), but there must be a more generic way to address that
> issue, what do you think?
drv> You can try to swap the order of custom / init files
drv> reading. That's what I do at the top of my init file:
Ok, the thread seems to be petered out, but the conclusion and some action
probably has to be made.
I have seen real reasons to swap the order and at the same time there were
mostly no reasons to not to swap the order (and those that were are easily
worked around). Am I right?
Could we all hope that it'll be fixed by swapping the loading order in
21.4.next and 21.5? Stephen, please notify current Cc: list when you'll do
that :)
--alexm