From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Change in face-spec-set Date: Sat, 20 Oct 2007 10:57:33 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192892305 12770 80.91.229.12 (20 Oct 2007 14:58:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 14:58:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 16:58:25 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 1IjFmS-0003IK-6p for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 16:58:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjFmK-0002ie-SC for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 10:58:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjFlg-00021d-39 for emacs-devel@gnu.org; Sat, 20 Oct 2007 10:57:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjFle-0001zr-KI for emacs-devel@gnu.org; Sat, 20 Oct 2007 10:57:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjFle-0001zk-Bf for emacs-devel@gnu.org; Sat, 20 Oct 2007 10:57:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjFle-0001nH-05 for emacs-devel@gnu.org; Sat, 20 Oct 2007 10:57:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IjFld-0003TC-2m; Sat, 20 Oct 2007 10:57:33 -0400 In-reply-to: (message from Glenn Morris on Fri, 19 Oct 2007 16:10:14 -0400) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81300 Archived-At: The only change to face-spec-set is mine, to set the default for new frames when FRAME is nil. If I apply your patch, this is once again broken. By design it seems ("Clear all the new-frame defaults for this face"). Why do you want to do this? Because face-spec-set is supposed to completely override the settings of the face, setting it from zero. With the current code, and without my patch, does that work? If so, my patch is not necessary.