From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: face names in blank-mode.el Date: Mon, 21 Jan 2008 01:36:54 -0300 Message-ID: <47942166.2080100@ig.com.br> References: <200801191640.m0JGeNUi019101@sallyv1.ics.uci.edu> <47941CDB.5090002@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200886502 1347 80.91.229.12 (21 Jan 2008 03:35:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 03:35:02 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 04:35:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JGnRP-0006tG-W2 for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2008 04:35:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGnR0-0006vJ-HH for ged-emacs-devel@m.gmane.org; Sun, 20 Jan 2008 22:34:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGnQr-0006rR-Id for emacs-devel@gnu.org; Sun, 20 Jan 2008 22:34:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGnQp-0006q1-Vr for emacs-devel@gnu.org; Sun, 20 Jan 2008 22:34:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGnQp-0006pq-Nx for emacs-devel@gnu.org; Sun, 20 Jan 2008 22:34:43 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.241]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGnQp-0003gG-9W for emacs-devel@gnu.org; Sun, 20 Jan 2008 22:34:43 -0500 Original-Received: by an-out-0708.google.com with SMTP id c25so353005ana.84 for ; Sun, 20 Jan 2008 19:34:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=jhJPSM0fToVFNDgIb9q/Uh/ivJ4MvzqIEoE7go4ejbs=; b=m9K6noJq7ms1CduYFWauyei62nsGeQF8+3Wk8yXy2ZT3fmT4V/UUKTMDlDAFovG3WN05UoERIVgDykKayDbEIpjny32QK+b7yFtYwYfANQppgMRRipCu/YLRElXd7HpDpcLcdall7we0lkc0Hol+6ajXFHq46VWjTCef3bTNALY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=Rr4jarLBWxIYynpSyxypfhGn1d7WBfXwd6zsAddFjf543j9GJ2oi9C7uSDSp9EVYoSPoGVesz+246/uPj42AOH825syHs2OpY7GPXOhSG5ZAE+cbyv4ZOBjZb43yskEHSIU2d7hZ8KeBKDp8XmAPcKo6qeTS0cz4KBEcgzfxid4= Original-Received: by 10.100.171.10 with SMTP id t10mr13646135ane.58.1200886482478; Sun, 20 Jan 2008 19:34:42 -0800 (PST) Original-Received: from ?192.168.0.100? ( [201.82.45.160]) by mx.google.com with ESMTPS id b3sm9629751ana.22.2008.01.20.19.34.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Jan 2008 19:34:41 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87179 Archived-At: >>> $ grep defface blank-mode.el >>> >> Other packages also have "-face" suffix: font-lock, planner. >> > > font-lock-* faces keep the suffix for histerical reasons; any others are > bugs. > Maybe you mean "historical", isn't it? Ok, I'll eliminate -face suffix tomorrow.