From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Faces applies to new frames Date: Fri, 27 Jun 2008 13:54:08 -0400 Message-ID: <87d4m2u5kv.fsf@stupidchicken.com> References: <87k5gbx12n.fsf@stupidchicken.com> <87prq3k37j.fsf@stupidchicken.com> <877icardfs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214589562 31461 80.91.229.12 (27 Jun 2008 17:59:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2008 17:59:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 27 20:00:07 2008 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 1KCIEq-0007Jt-Ha for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 20:00:01 +0200 Original-Received: from localhost ([127.0.0.1]:45293 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCIDz-0000sr-DI for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 13:59:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCIDv-0000si-Hg for emacs-devel@gnu.org; Fri, 27 Jun 2008 13:59:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCIDt-0000sN-GL for emacs-devel@gnu.org; Fri, 27 Jun 2008 13:59:02 -0400 Original-Received: from [199.232.76.173] (port=38113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCIDt-0000sK-Dh for emacs-devel@gnu.org; Fri, 27 Jun 2008 13:59:01 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:38428) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCIDt-0002qc-6G for emacs-devel@gnu.org; Fri, 27 Jun 2008 13:59:01 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A338F4E477; Fri, 27 Jun 2008 13:54:08 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Fri, 27 Jun 2008 13:52:50 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100064 Archived-At: Stefan Monnier writes: >> Currently, the latter is accomplished for only certain attributes: the >> (default) foreground and background color, the default font, and the >> colors for the border, cursor, scroll-bar, and mouse. These are saved >> by modifying default-frame-alist. It does NOT modify >> face-new-frame-defaults. > > Why doesn't change face-new-frame-defaults? Who does? After looking at this some more, I have to take that back. When Finternal_set_lisp_face_attribute is told to modify the defaults, it acts on the face vector stored in face-new-frame-defaults. I guess this needs to be further disentangled.