From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: master 1be349c 1/2: * lisp/emacs-lisp/package.el: Define custom faces Date: Sun, 06 Sep 2015 00:15:24 +0200 Message-ID: <87vbboo6mb.fsf@gnu.org> References: <20150806102825.25477.3457@vcs.savannah.gnu.org> <8737yspmmp.fsf@gnu.org> 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 1441491366 22439 80.91.229.3 (5 Sep 2015 22:16:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2015 22:16:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 06 00:15:55 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZYLkZ-0002n5-AD for ged-emacs-devel@m.gmane.org; Sun, 06 Sep 2015 00:15:55 +0200 Original-Received: from localhost ([::1]:43115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLkY-0002ae-Rs for ged-emacs-devel@m.gmane.org; Sat, 05 Sep 2015 18:15:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLkA-0002Zi-7N for emacs-devel@gnu.org; Sat, 05 Sep 2015 18:15:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYLk6-0000ys-UC for emacs-devel@gnu.org; Sat, 05 Sep 2015 18:15:30 -0400 Original-Received: from smtprelay-b21.telenor.se ([195.54.99.212]:42880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLk6-0000yc-Nn for emacs-devel@gnu.org; Sat, 05 Sep 2015 18:15:26 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b21.telenor.se (Postfix) with ESMTP id B6399E057 for ; Sun, 6 Sep 2015 00:15:25 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.229.7.196] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BBCgALaetVPMQH5VVeGQEBgwiBLg+CVk6DLrcnh3ACgSU7EgEBAQEBAQEGAQEBAUE/hCQBAQMBIzMoCwsaAgUhAgIPAQQNCwEMCi2IGQMKDAG1Bo5vDYUIAQsggSKKTIJPgkQXglKBQwWVVYd4BYMQlSiHPIQoPDMBiUkBAQE X-IPAS-Result: A2BBCgALaetVPMQH5VVeGQEBgwiBLg+CVk6DLrcnh3ACgSU7EgEBAQEBAQEGAQEBAUE/hCQBAQMBIzMoCwsaAgUhAgIPAQQNCwEMCi2IGQMKDAG1Bo5vDYUIAQsggSKKTIJPgkQXglKBQwWVVYd4BYMQlSiHPIQoPDMBiUkBAQE X-IronPort-AV: E=Sophos;i="5.17,476,1437429600"; d="scan'208";a="304883728" Original-Received: from c-c407e555.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.229.7.196]) by ipb2.telenor.se with ESMTP; 06 Sep 2015 00:15:25 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id D917048427B; Sun, 6 Sep 2015 00:15:24 +0200 (CEST) Mail-Copies-To: never In-Reply-To: (Artur Malabarba's message of "Sat, 5 Sep 2015 23:09:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.212 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189635 Archived-At: Artur Malabarba writes: >> The convention is to not end face names with "-face". > > Cool. I prefer to not end the names with `-face', but I was just > following the lead of the font-lock faces. The font-lock face are different for historical reasons. > For reference, is this convention stated anywhere? I couldn't find it > in (info "(elisp) Defining Faces"). It says right there: -- Macro: defface face spec doc [keyword value]=E2=80=A6 This macro declares FACE as a named face whose default face spec is given by SPEC. You should not quote the symbol FACE, and it should not end in =E2=80=98-face=E2=80=99 (that would be redundant).