|--==> "jpw" == John Paul Wallington <jpw(a)shootybangbang.com> writes:
jpw> Could somebody explain or provide a pointer to the conventions
jpw> that govern which defcustom forms have autoload cookies for
jpw> XEmacs packages?
I'm not sure if this answers your question, but I did it this way for
Eicq.
No defcustom's or defgroup's have an autoload cookie, and I have this
function...
,----
| ;;;###autoload
| (defun eicq-customize ()
| "Interactively customize settings and preferences."
| (interactive)
| (customize-group 'eicq))
`----
And 'M-x eicq-customize' from 'xemacs -vanilla' works fine.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|