unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How can I discover group name?
@ 2016-09-26 11:45 Oleksandr Gavenko
  2016-09-26 14:42 ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2016-09-26 11:45 UTC (permalink / raw)
  To: help-gnu-emacs

Within "M-x customize"  I found "Text" group.

I'd like to add my group to this group. Unfortunately this was failed:

  (defgroup xxx nil
    "xxx-mode customization."
    :group 'text)

Searching around gave working piece:

  (defgroup xxx nil
    "xxx-mode customization."
    :group 'wp)

How can I guess "wp" name from customize buffer content?

Is that from somewhat historical reasons?

-- 
http://defun.work/




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-26 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 11:45 How can I discover group name? Oleksandr Gavenko
2016-09-26 14:42 ` Drew Adams
2016-09-26 18:32   ` Oleksandr Gavenko
2016-09-26 20:53     ` Drew Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).