Is there any way to have any control over how custoM capitalizes
buffers?
Here is an illustration of what I mean:
Start with xemacs -vanilla, though it doesn't matter, and evaluate the
next two forms in *scratch*.
(defgroup XEmacs nil
"XEmacs global customizations."
:prefix "xemacs-"
:group 'emacs)
(defcustom xemacs-compression 'xemacs-jka-compr
"*Style of automatic decompression used."
:type '(choice (const xemacs-jka-compr)
(const xemacs-crypt)
(const :tag "None" none))
:group 'XEmacs)
M-x customize XEmacs
Go to parent group: [Emacs]
/- Xemacs group: --------------------------------------------------------\
[State]: visible group members are all at standard settings.
XEmacs global customizations.
Compression: * [Value Menu] xemacs-jka-compr
[State]: this option is unchanged from its standard setting.
Style of automatic decompression used.
`Xemacs group:'? :-( :-( :-(