From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: checkdoc (was: mh-e 6.2 imminent) Date: Tue, 29 Oct 2002 06:29:21 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210210726.g9L7QI1l014171@gbr.newt.com> <200210231948.g9NJmdBG015635@gbr.newt.com> <200210240725.g9O7PKI11467@rum.cs.yale.edu> <200210240928.g9O9Sjs12808@rum.cs.yale.edu> <5x65vsozso.fsf@kfs2.cua.dk> <20021024144551.GA9747@gnu.org> <5xsmyvolsh.fsf@kfs2.cua.dk> <5xvg3qyiqp.fsf@kfs2.cua.dk> <5x7kg4dcr7.fsf@kfs2.cua.dk> <87elaabbh9.fsf@enberg.org> <5xk7k2qlh0.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035891033 32297 80.91.224.249 (29 Oct 2002 11:30:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 11:30:33 +0000 (UTC) Cc: henrik@enberg.org, miles@gnu.org, monnier+gnu/emacs@rum.cs.yale.edu, miles@lsi.nec.co.jp, wohler@newt.com, emacs-devel@gnu.org, mh-e-devel@lists.sourceforge.net Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186UZp-0008OX-00 for ; Tue, 29 Oct 2002 12:30:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186UeP-0002dC-00 for ; Tue, 29 Oct 2002 12:35:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186UaA-0004lO-00; Tue, 29 Oct 2002 06:30:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186UYo-00041g-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 06:29:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186UYk-0003tm-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 06:29:25 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186UYj-0003sm-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 06:29:21 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 186UYj-0007qW-00; Tue, 29 Oct 2002 06:29:21 -0500 Original-To: storm@cua.dk In-reply-to: <5xk7k2qlh0.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8884 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8884 The only place where I really don't like the -face suffix is in the output from M-x list-faces-display. BTW, that list doesn't use the same names as used by Customize -- which replaces dashes by spaces and adds "Face" if missing. We could make it change dashes to spaces and *remove* "Face" at the end. However, that might cause confusion if programmers use it to find the actual Lisp names of faces they want to use.