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

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

*Customize Groups: get updated after "M-x load-file foo.el"?


From: David Combs
Subject: *Customize Groups: get updated after "M-x load-file foo.el"?
Date: 15 Jan 2005 00:08:25 -0500


I have an emacs (21.3.2) up and running.

FIRST: I do a "M-x custom".

LATER ON, I do "M-x load-file browse-kill-ring.el" 

     Note: that .el-file has bunch of defcustom lines:

     17 lines matching "custom" in buffer browse-kill-ring.el.
         117:;; * Fix bug making `browse-kill-ring-quit-action' uncustomizable.
         119:;; * Add `url-link' and `group' attributes to main Customization
         162:;; * Fix typo in `browse-kill-ring-display-style' defcustom form.
         236:(defcustom browse-kill-ring-display-style 'separated
         247:(defcustom browse-kill-ring-quit-action 'bury-and-delete-window
         271:(defcustom browse-kill-ring-resize-window nil
         282:(defcustom browse-kill-ring-separator "-------"
         288:(defcustom browse-kill-ring-recenter nil
         293:(defcustom browse-kill-ring-highlight-current-entry nil
         298:(defcustom browse-kill-ring-highlight-inserted-item 
browse-kill-ring-highlight-current-entry
         303:(defcustom browse-kill-ring-separator-face 'bold
         308:(defcustom browse-kill-ring-maximum-display-length nil
         318:(defcustom browse-kill-ring-display-duplicates t
         332:(defcustom browse-kill-ring-no-duplicates nil
         337:If you set this variable via customize, the advice will be 
activated
         355:(defcustom browse-kill-ring-depropertize nil
         363:(defcustom browse-kill-ring-hook nil


QUESTION: What need I do so that when I now enter a customize-group
buffer, I see there items from browse-kill-ring.el?



Thanks,

David



reply via email to

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