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: customized default face doesn't work on new frames Date: Fri, 24 Jan 2003 00:43:38 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043387201 16947 80.91.224.249 (24 Jan 2003 05:46:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2003 05:46:41 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bwfm-0004PC-00 for ; Fri, 24 Jan 2003 06:46:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18bwiN-00005O-00 for ; Fri, 24 Jan 2003 06:49:19 +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 18bwgE-0004wS-03 for emacs-devel@quimby.gnus.org; Fri, 24 Jan 2003 00:47:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bweN-0004Xk-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:45:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bwdQ-00036v-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:44:12 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bwcs-0002f5-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:43:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18bwcs-000556-00; Fri, 24 Jan 2003 00:43:38 -0500 Original-To: Dave Love In-reply-to: (message from Dave Love on 22 Jan 2003 18:52:15 +0000) 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:11026 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11026 `face-set-after-frame-default' makes a special case of `(equal face 'default)'. I think the reason for this is that the default face works a different way. Setting the attributes of the default face alters frame parameters, and those frame parameters are supposed to affect other frames. The code that alters frame parameters when you change the default face seems to be in Finternal_set_lisp_face_attribute in xfaces.c. Can someone debug why it doesn't work?