From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.help Subject: Re: defface not defining a face? Date: Sun, 09 Mar 2014 21:50:30 +0100 Organization: my virtual residence Message-ID: <87txb7yu3t.fsf@yun.yagibdah.de> References: <87ha771bye.fsf@yun.yagibdah.de> <80c2d6eb-4ab1-44c5-9ed5-9a3e66808b05@default> 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 1394398730 18865 80.91.229.3 (9 Mar 2014 20:58:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2014 20:58:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 09 21:58:56 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 1WMkoC-0000jE-Lb for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Mar 2014 21:58:56 +0100 Original-Received: from localhost ([::1]:45483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMkoC-0008OR-7L for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Mar 2014 16:58:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMknp-0008OB-Sx for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 16:58:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMknl-0008Hd-GW for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 16:58:33 -0400 Original-Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:51263 helo=yun.yagibdah.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMknl-0008Eq-7z for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 16:58:29 -0400 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1WMknh-0000XY-To for help-gnu-emacs@gnu.org; Sun, 09 Mar 2014 21:58:25 +0100 In-Reply-To: <80c2d6eb-4ab1-44c5-9ed5-9a3e66808b05@default> (Drew Adams's message of "Sun, 9 Mar 2014 11:21:07 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Mail-Followup-To: help-gnu-emacs@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 194.42.186.216 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:96360 Archived-At: Drew Adams writes: >> > 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) Thank you, I didn=C2=B4t notice ... It seems I=C2=B4ll have to look into s= etting up a group for the mode, since there are more things that can be customized ... --=20 Knowledge is volatile and fluid. Software is power.