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: Tue, 28 Dec 2004 12:25:32 -0500 Message-ID: References: <01c4ec3a$Blat.v2.2.2$24b7cc60@zahav.net.il> <87oegf5974.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104255398 23281 80.91.229.6 (28 Dec 2004 17:36:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Dec 2004 17:36:38 +0000 (UTC) Cc: eliz@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 28 18:36:31 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 1CjLGp-0003SS-00 for ; Tue, 28 Dec 2004 18:36:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjLRg-0005dD-DR for ged-emacs-devel@m.gmane.org; Tue, 28 Dec 2004 12:47:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CjLPX-0004Vd-B0 for emacs-devel@gnu.org; Tue, 28 Dec 2004 12:45:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CjLPS-0004TO-QL for emacs-devel@gnu.org; Tue, 28 Dec 2004 12:45:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjLPR-0004SA-SM for emacs-devel@gnu.org; Tue, 28 Dec 2004 12:45:25 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CjLBl-0008LF-RR for emacs-devel@gnu.org; Tue, 28 Dec 2004 12:31:17 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CjL6C-00014K-78; Tue, 28 Dec 2004 12:25:32 -0500 Original-To: Juri Linkov In-reply-to: <87oegf5974.fsf@jurta.org> (message from Juri Linkov on Tue, 28 Dec 2004 04:52:07 +0200) 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:31537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31537 > Is anything wrong with "M-x customize-face RET"? Yes. In `custom-set-faces' it loses all conditions from the face definition except the current one. Could you explain what you mean here? This sounds like it could be an important bug. If so, we need to fix it, not act as if it were immutable!