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: Mon, 07 Jul 2008 10:00:59 -0400 Message-ID: <87hcb1n690.fsf@stupidchicken.com> References: <87skunbllv.fsf@stupidchicken.com> <87skunt8qp.fsf@stupidchicken.com> <87r6a6xuim.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 1215439279 28661 80.91.229.12 (7 Jul 2008 14:01:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 14:01:19 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 07 16:02:05 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 1KFrI4-0004Q0-2T for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 16:02:04 +0200 Original-Received: from localhost ([127.0.0.1]:35296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFrHD-00076x-03 for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 10:01:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFrH7-00074Y-Qy for emacs-devel@gnu.org; Mon, 07 Jul 2008 10:01:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFrH7-00073N-5U for emacs-devel@gnu.org; Mon, 07 Jul 2008 10:01:05 -0400 Original-Received: from [199.232.76.173] (port=52896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFrH6-00073I-TS for emacs-devel@gnu.org; Mon, 07 Jul 2008 10:01:04 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:10468 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFrH2-0003BQ-W0; Mon, 07 Jul 2008 10:01:01 -0400 Original-Received: by furry (Postfix, from userid 1000) id E1547C054; Mon, 7 Jul 2008 10:00:59 -0400 (EDT) In-Reply-To: (Richard M. Stallman's message of "Mon, 07 Jul 2008 07:38:38 -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:100419 Archived-At: Richard M Stallman writes: > Frame-specific face X resources: > > The manual fails to explain it clearly, but x-create-frame sets > x-resource-name to the frame name. So if you create a frame named > `foo', initializing its default face looks for resources such as > `foo.default.attributeForeground', and so on. > > The only case for which this is documented is that of the initial > frame with --name. I see. Okay, does anyone object to desupporting frame-specific X resources?