From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.bugs Subject: Re: outline should have its own face definitions Date: 09 Dec 2002 06:21:20 +0900 Organization: Global Online Japan Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <874r9ofbqn.fsf@tc-1-100.kawasaki.gol.ne.jp> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039382840 12390 80.91.224.249 (8 Dec 2002 21:27:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2002 21:27:20 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18L8xG-0003CT-00 for ; Sun, 08 Dec 2002 22:27:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18L8s8-00033L-07 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 08 Dec 2002 16:21:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18L8s0-00032r-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 08 Dec 2002 16:21:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18L8ry-00032M-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 08 Dec 2002 16:21:47 -0500 Original-Received: from trinity.ranger.supernews.net ([216.168.1.22] helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18L8ry-00031c-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 08 Dec 2002 16:21:46 -0500 Original-Received: from nnrp.gol.com ([203.216.7.70]) by trinity.supernews.net with esmtp (Exim 3.36 #1) id 18L8ru-0000zy-00 for gnu-emacs-bug@moderators.isc.org; Sun, 08 Dec 2002 21:21:42 +0000 Original-Received: from news by nnrp.gol.com with local (Exim 3.35 #1 (Debian)) id 18L8rZ-0000Rl-00 for ; Mon, 09 Dec 2002 06:21:21 +0900 Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 26 Original-NNTP-Posting-Host: tc-2-204.kawasaki.gol.ne.jp Original-X-Trace: nnrp.gol.com 1039382480 1694 203.216.25.204 (8 Dec 2002 21:21:20 GMT) Original-X-Complaints-To: abuse@gol.com Original-NNTP-Posting-Date: Sun, 8 Dec 2002 21:21:20 +0000 (UTC) System-Type: i686-pc-linux-gnu X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4025 Hannu Koivisto writes: > If you are not interested in fixing this before the next release > comes out or at all, perhaps a new PROBLEMS entry could be > introduced that mentions that something along the lines of of the > example code below can be used to work around the problem in one's > personal .emacs. > > (defface outline-1-face > '((t (:bold t))) > "Outline face for level 1.") ... Please don't end face names with `-face'; faces have their own namespace, so it is completely redundant. [Note that `font-lock-function-name-face' is a _variable_, not a face, so having it end in `-face' _is_ appropriate -- it tells you that the variable contains a face] Thanks, -Miles -- `Cars give people wonderful freedom and increase their opportunities. But they also destroy the environment, to an extent so drastic that they kill all social life' (from _A Pattern Language_)