From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: How can I discover group name? Date: Mon, 26 Sep 2016 07:42:30 -0700 (PDT) Message-ID: <6f5c24b4-28a3-445b-bd35-332004b28327@default> References: <87eg46j34p.fsf@gavenkoa.example.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1474901018 31537 195.159.176.226 (26 Sep 2016 14:43:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2016 14:43:38 +0000 (UTC) To: Oleksandr Gavenko , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 26 16:43:31 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boX7m-00064I-Ob for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Sep 2016 16:43:18 +0200 Original-Received: from localhost ([::1]:44855 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boX7l-0006Le-70 for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Sep 2016 10:43:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boX7B-0006DB-82 for help-gnu-emacs@gnu.org; Mon, 26 Sep 2016 10:42:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boX77-0004de-24 for help-gnu-emacs@gnu.org; Mon, 26 Sep 2016 10:42:40 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:27570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boX76-0004dT-Op for help-gnu-emacs@gnu.org; Mon, 26 Sep 2016 10:42:36 -0400 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u8QEgYYB008731 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Sep 2016 14:42:35 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u8QEgX2s014498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Sep 2016 14:42:34 GMT Original-Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u8QEgVC9002819; Mon, 26 Sep 2016 14:42:32 GMT In-Reply-To: <87eg46j34p.fsf@gavenkoa.example.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6753.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111393 Archived-At: > Within "M-x customize" I found "Text" group. I don't see that group, with `emacs -Q'. Perhaps it comes from some library that you are using? What does `M-x customize-group RET TAB' tell you? That's how to discover group names. > I'd like to add my group to this group. Unfortunately this was failed: > (defgroup xxx nil > "xxx-mode customization." > :group 'text) ^^^^ 'Text, not 'text, if "Text" is the group name. > Searching around gave working piece: > (defgroup xxx nil > "xxx-mode customization." > :group 'wp) >=20 > How can I guess "wp" name from customize buffer content? What is the relation between this and group "Text"? What do you see in the Customize buffer? > Is that from somewhat historical reasons? Is what from somewhat historical reasons? The question is unclear.