From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: A few faces.el questions Date: Wed, 31 Jan 2007 11:35:57 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170272248 629 80.91.229.12 (31 Jan 2007 19:37:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 19:37:28 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 20:37:11 2007 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 1HCLFg-0008LG-VT for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 20:36:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCLFg-00068J-J0 for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 14:36:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCLFW-000684-20 for emacs-devel@gnu.org; Wed, 31 Jan 2007 14:36:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCLFU-00067s-F3 for emacs-devel@gnu.org; Wed, 31 Jan 2007 14:36:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCLFU-00067p-CQ for emacs-devel@gnu.org; Wed, 31 Jan 2007 14:36:04 -0500 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HCLFT-0003jV-Vz for emacs-devel@gnu.org; Wed, 31 Jan 2007 14:36:04 -0500 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l0VJa1RW022451 for ; Wed, 31 Jan 2007 13:36:01 -0600 Original-Received: from rcsmt250.oracle.com (rcsmt250.oracle.com [148.87.90.195]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l0VCnBXe023553 for ; Wed, 31 Jan 2007 12:35:59 -0700 Original-Received: from dhcp-4op11-4op12-west-130-35-178-179.us.oracle.com by rcsmt251.oracle.com with ESMTP id 2411136001170272158; Wed, 31 Jan 2007 12:35:58 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Importance: Normal X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= X-detected-kernel: Linux 2.4-2.6 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:65716 Archived-At: > > Will someone object if I just change arg UNDERLINE-P to UNDERLINE > > and fix the info in the Emacs Lisp Reference (which doesn't mention > > the color option)? > > I'm not sure such a change is necessary, but if you do make it > eventually, please leave defalias's behind, to avoid breaking external > packages that rely on that API. I think he's talking about renaming the argument, not the function. BTW, in my version (from 2007-01-25), the arg name in the signature is `underline-p', but it is referred to in the doc string as UNDERLINE.