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: Face initialization Date: Wed, 09 Jul 2008 22:54:26 -0400 Message-ID: <871w22v47x.fsf@stupidchicken.com> References: <87skunbllv.fsf@stupidchicken.com> <87skunt8qp.fsf@stupidchicken.com> <87r6a6xuim.fsf@stupidchicken.com> <87hcb1n690.fsf@stupidchicken.com> <4875318F.20005@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215658486 20703 80.91.229.12 (10 Jul 2008 02:54:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2008 02:54:46 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 04:55:33 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 1KGmJh-0006Tf-BG for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 04:55:33 +0200 Original-Received: from localhost ([127.0.0.1]:58372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGmIp-0004rT-V2 for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 22:54:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGmIk-0004rE-38 for emacs-devel@gnu.org; Wed, 09 Jul 2008 22:54:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGmIi-0004r2-UH for emacs-devel@gnu.org; Wed, 09 Jul 2008 22:54:33 -0400 Original-Received: from [199.232.76.173] (port=50057 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGmIi-0004qz-Qd for emacs-devel@gnu.org; Wed, 09 Jul 2008 22:54:32 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:11677 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGmIe-0003m8-PC; Wed, 09 Jul 2008 22:54:28 -0400 Original-Received: by furry (Postfix, from userid 1000) id 1BA13C054; Wed, 9 Jul 2008 22:54:27 -0400 (EDT) In-Reply-To: <4875318F.20005@gnu.org> (Jason Rumney's message of "Wed, 09 Jul 2008 22:45:51 +0100") 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:100519 Archived-At: Jason Rumney writes: > Chong Yidong wrote: > >> Okay, does anyone object to desupporting frame-specific X resources? > > It seems your change for this has also desupported the use of > frame-independent X resources for faces. > > The following should demonstrate this rather loudly (on previous builds): > > emacs -Q -xrm Emacs.tool-bar.attributeBackground:red I'll check in a fix ASAP.