emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize and autoloaded libraries


From: Richard Stallman
Subject: Re: Customize and autoloaded libraries
Date: Sat, 1 Dec 2001 21:29:34 -0700 (MST)

    '(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?



reply via email to

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