From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: silly face function names Date: 20 Dec 2002 16:43:30 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040370322 22965 80.91.224.249 (20 Dec 2002 07:45:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2002 07:45:22 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18PHqR-0005y7-00 for ; Fri, 20 Dec 2002 08:45:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18PHrx-0005NE-00 for ; Fri, 20 Dec 2002 08:46:53 +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 18PHpy-0006cX-06 for emacs-devel@quimby.gnus.org; Fri, 20 Dec 2002 02:44:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18PHpf-0006Wh-00 for emacs-devel@gnu.org; Fri, 20 Dec 2002 02:44:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18PHpd-0006S9-00 for emacs-devel@gnu.org; Fri, 20 Dec 2002 02:44:30 -0500 Original-Received: from tyo201.gate.nec.co.jp ([210.143.35.51]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18PHpc-0006Ko-00; Fri, 20 Dec 2002 02:44:29 -0500 Original-Received: from mailgate4.nec.co.jp ([10.7.69.193])gBK7iPw04867; Fri, 20 Dec 2002 16:44:25 +0900 (JST) Original-Received: from mailsv.nec.co.jp (mailgate52.nec.co.jp [10.7.69.191]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id gBK7iPo13777; Fri, 20 Dec 2002 16:44:25 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp ([10.30.114.133]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id gBK7hU106540; Fri, 20 Dec 2002 16:44:21 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) id gBK7hUB14192; Fri, 20 Dec 2002 16:43:30 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 2EBD13702; Fri, 20 Dec 2002 16:43:30 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10298 There are a number of face manipulation functions in faces.el of the form `set-face-FOO-p'. I think such names are misleading, since they use the -p prefix on functions which aren't predicates. Any objections to me renaming them to just `set-face-FOO', and adding aliases (and make-obolete) for the old names? Thanks, -Miles -- Occam's razor split hairs so well, I bought the whole argument!