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: Sun, 06 Jul 2008 22:51:58 -0400 Message-ID: <87zlouxv75.fsf@stupidchicken.com> References: <87skunbllv.fsf@stupidchicken.com> <87skunt8qp.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 1215399146 7304 80.91.229.12 (7 Jul 2008 02:52:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 02:52:26 +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 04:53:13 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 1KFgqh-000267-QC for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 04:53:07 +0200 Original-Received: from localhost ([127.0.0.1]:41013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFgpp-0000wl-Ut for ged-emacs-devel@m.gmane.org; Sun, 06 Jul 2008 22:52:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFgpj-0000v0-KW for emacs-devel@gnu.org; Sun, 06 Jul 2008 22:52:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFgph-0000so-3r for emacs-devel@gnu.org; Sun, 06 Jul 2008 22:52:05 -0400 Original-Received: from [199.232.76.173] (port=46593 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFgpg-0000sg-44 for emacs-devel@gnu.org; Sun, 06 Jul 2008 22:52:04 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:21927 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFgpc-0007qX-E3; Sun, 06 Jul 2008 22:52:00 -0400 Original-Received: by furry (Postfix, from userid 1000) id 05C6716DC02; Sun, 6 Jul 2008 22:51:58 -0400 (EDT) In-Reply-To: (Richard M. Stallman's message of "Sun, 06 Jul 2008 17:28:32 -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:100403 Archived-At: Richard M Stallman writes: > At present, Emacs implements frame-specific X resources. > Maybe that call is needed to handle them. > > I proposed desupporting frame-specific X resources. > If we do that, maybe this call will cease to be neede. I agree that we should desupport frame-specific X resources. But in the first place, is this feature documented? I didn't see a mention of it in the manual.