emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize and autoloaded libraries


From: Henrik Enberg
Subject: Re: Customize and autoloaded libraries
Date: Sun, 02 Dec 2001 18:09:35 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

>     '(gnus-exit-gnus-hook (quote ((lambda nil 
>     (when (get-buffer "*BBDB*") (bury-buffer "*BBDB*"))))))
>
>     Now, sometime during the course of loading Gnus the following is done
>     in mm-decode.el:
>
>     (add-hook 'gnus-exit-gnus-hook 'mm-destroy-postponed-undisplay-list)
>
>     This leads to my customize setting being ignored, even though custom 
>     knows about it:
>
> Does that really completely ignore your customize setting?
> Or does it just add that one default hook to what you specified?
> What value does gnus-exit-gnus-hook ultimately have?

Yes, my customization is completely ignored.  After gnus has been
loaded the hook only has `mm-destroy-postponed-undisplay-list' in it.
Nothing else.

Henrik
-- 
It's clearly a budget.  It's got a lot of numbers in it.
                -- George W Bush




reply via email to

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