From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: defface not defining a face? Date: Sun, 9 Mar 2014 11:21:07 -0700 (PDT) Message-ID: <80c2d6eb-4ab1-44c5-9ed5-9a3e66808b05@default> References: <87ha771bye.fsf@yun.yagibdah.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1394389294 19045 80.91.229.3 (9 Mar 2014 18:21:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2014 18:21:34 +0000 (UTC) To: Juanma Barranquero , Emacs Help List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 09 19:21:42 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WMiM0-0007ua-MS for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Mar 2014 19:21:40 +0100 Original-Received: from localhost ([::1]:45073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMiM0-0002wG-4C for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Mar 2014 14:21:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMiLf-0002vy-MS for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 14:21:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMiLW-000337-UC for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 14:21:19 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:27706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMiLW-00032V-Mt for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 14:21:10 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s29IL6fw031065 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 9 Mar 2014 18:21:07 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s29IL5AR019797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Mar 2014 18:21:06 GMT Original-Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s29IL5Ya009447; Sun, 9 Mar 2014 18:21:05 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96349 Archived-At: > > Apparently the face is not defined. How come? >=20 > Oh, yes, it is defined. Try (facep 'lsl-global-variable) > But a face is not a variable, so (boundp 'lsl-global-variable) is nil. In addition, do not use the group you are defining as a parent group: (defgroup lsl-faces nil "Faces for lsl-mode." :group 'lsl-faces ; <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D REMOVE THIS :group 'faces)