all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.