From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Face color changes Date: Thu, 30 Dec 2004 11:43:54 -0500 Message-ID: References: <01c4ec3a$Blat.v2.2.2$24b7cc60@zahav.net.il> <87oegf5974.fsf@jurta.org> <01c4ed1a$Blat.v2.2.2$4b8d4aa0@zahav.net.il> <87k6r1r7bb.fsf@jurta.org> <87u0q5ruqx.fsf@confusibombus.emacswiki.org> <20041230012747.GA29490@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104425865 25935 80.91.229.6 (30 Dec 2004 16:57:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2004 16:57:45 +0000 (UTC) Cc: juri@jurta.org, eliz@gnu.org, emacs-devel@gnu.org, drew.adams@oracle.com, alex@emacswiki.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 30 17:57:23 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ck3c2-0007Nf-00 for ; Thu, 30 Dec 2004 17:57:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ck3mz-00075c-FS for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2004 12:08:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ck3gx-0002bC-A1 for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ck3gt-0002YJ-FR for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ck3gs-0002WU-EW for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:22 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ck3Uw-0003qD-RW for emacs-devel@gnu.org; Thu, 30 Dec 2004 11:50:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ck3P0-0004Jj-CM; Thu, 30 Dec 2004 11:43:58 -0500 Original-To: Miles Bader In-reply-to: <20041230012747.GA29490@fencepost> (message from Miles Bader on Wed, 29 Dec 2004 20:27:47 -0500) 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: main.gmane.org gmane.emacs.devel:31607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31607 Perhaps a good method might be this: Default to show-all-display-specs _if_ the user has changed anything; if a face is still completely defaulted, just show the current environment's spec case (as it does now). That way, the first time the user customizes a face, it will overwrite all specs for that face with a single case, applying in all environments. That in itself is too drastic already.