[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#3811: 23.0.96; custom-group-members
From: |
Stefan Monnier |
Subject: |
bug#3811: 23.0.96; custom-group-members |
Date: |
Wed, 15 Jul 2009 10:46:15 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) |
> emacs -Q
> Dunno if this is just a doc bug or a code bug. `custom-group-members'
> seems to give the same result - a list of groups, whether its second
> arg GROUPS-ONLY is nil or t. I don't see any difference.
Can't reproduce it here:
emacs -Q
M-x load-library RET cus-edit RET
M-: (custom-group-members 'custom-faces nil) RET
gives me a list of the members of that group, one of which is itself
a group but the rest isn't:
((custom-magic-faces custom-group)
(custom-button custom-face)
(custom-button-mouse custom-face)
(custom-button-unraised custom-face)
(custom-button-pressed custom-face)
(custom-button-pressed-unraised custom-face)
(custom-documentation custom-face)
(custom-state custom-face)
(custom-link custom-face)
(custom-comment custom-face)
(custom-comment-tag custom-face)
(custom-variable-tag custom-face)
(custom-variable-button custom-face)
(custom-visibility custom-face)
(custom-face-tag custom-face)
(custom-group-tag-faces custom-variable)
(custom-group-tag-1 custom-face)
(custom-group-tag custom-face))
-- Stefan