From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Problems with setting face attributes for specific frames Date: Mon, 01 Oct 2007 23:32:52 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1191296190 5230 80.91.229.12 (2 Oct 2007 03:36:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 03:36:30 +0000 (UTC) Cc: eliz@gnu.org, hannes@saeurebad.de, kifer@cs.sunysb.edu, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 02 05:36:25 2007 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 1IcYYa-0001qw-2d for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 05:36:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcYYV-0005Pf-UT for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2007 23:36:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcYW0-0001tj-Cd for emacs-devel@gnu.org; Mon, 01 Oct 2007 23:33:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcYVy-0001tA-TE for emacs-devel@gnu.org; Mon, 01 Oct 2007 23:33:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcYVy-0001t5-Jj for emacs-devel@gnu.org; Mon, 01 Oct 2007 23:33:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcYVy-0005mi-IL for emacs-devel@gnu.org; Mon, 01 Oct 2007 23:33:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IcYVA-0000vJ-FO; Mon, 01 Oct 2007 23:32:52 -0400 In-reply-to: X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80119 Archived-At: > I don't understand all of what you're proposing or what the > problem is that you're fixing. I think you're proposing removing > the FRAME arg from `set-face-attribute' (perhaps among other > changes). Is that correct? > > Yes. OK, but I still don't understand the problem that you're fixing. Could you perhaps summarize it? If we get rid of using `set-face-attribute' for specific frames, the resulting simplification would make it possible to fix the handling of changes in background mode due to setting the background color.