From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: master 1be349c 1/2: * lisp/emacs-lisp/package.el: Define custom faces Date: Sat, 5 Sep 2015 23:09:53 +0100 Message-ID: References: <20150806102825.25477.3457@vcs.savannah.gnu.org> <8737yspmmp.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441491005 17378 80.91.229.3 (5 Sep 2015 22:10:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2015 22:10:05 +0000 (UTC) Cc: emacs-devel To: =?UTF-8?Q?Johan_Bockg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 06 00:10:03 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 1ZYLer-0005aJ-Pm for ged-emacs-devel@m.gmane.org; Sun, 06 Sep 2015 00:10:01 +0200 Original-Received: from localhost ([::1]:43083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLeq-0001JF-SH for ged-emacs-devel@m.gmane.org; Sat, 05 Sep 2015 18:10:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLem-0001IO-Uq for emacs-devel@gnu.org; Sat, 05 Sep 2015 18:09:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYLem-00072H-9C for emacs-devel@gnu.org; Sat, 05 Sep 2015 18:09:56 -0400 Original-Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:35238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYLek-00071l-L4; Sat, 05 Sep 2015 18:09:54 -0400 Original-Received: by lagj9 with SMTP id j9so32429567lag.2; Sat, 05 Sep 2015 15:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=W4rOlc5y9aisnRcKwj2IxUl+XNWF2+Wa6wlGmW/9RH4=; b=Xh/a37L9UQJa8O3/NeM5SPyWeO0QieEHg5uer6A5/JVt7Mc6BRM2Dgtq/sWyzPDaH3 AlepurDCeUbTLcEZv2GzWzwrxxpbo/XykkuCECE22WAZRHhFBpJCLU08HEtvxVvgmNj5 0Kxjizs2mHPbNI+F0IQkn/s6oi8SXXudt4hNrbCJz0ABbXO29Jg+XRof/leR4Y0BWfMK 8Ai50Uq1QLHD7ha5E2SyNAz08dlkW2BD6t7qHZOoLBrH5yECYhxE1/Jy/nIr7oFBXusZ t87/KQmLjciLGkZ8SBJmHcKbIRP6hTfcipWV05oYl7oAU4p+D+wpSj8Y31CDijo+QFxg W1gA== X-Received: by 10.112.205.6 with SMTP id lc6mr9923195lbc.95.1441490993719; Sat, 05 Sep 2015 15:09:53 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Sat, 5 Sep 2015 15:09:53 -0700 (PDT) In-Reply-To: <8737yspmmp.fsf@gnu.org> X-Google-Sender-Auth: yfusB9dzDq5QR9EjX7ft1DPx46Y X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 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:189634 Archived-At: > 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. For reference, is this convention stated anywhere? I couldn't find it in (info "(elisp) Defining Faces").