From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Mode-line face bug Date: Sun, 11 Mar 2007 16:00:45 -0400 Message-ID: References: <87fy8ez8pr.fsf@stupidchicken.com> <87odn1c77o.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1173643422 8308 80.91.229.12 (11 Mar 2007 20:03:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2007 20:03:42 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Sun Mar 11 21:03:34 2007 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQUGS-0003sW-OI for gebp-emacs-pretest-bug@gmane.org; Sun, 11 Mar 2007 21:03:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQUH2-0002uH-92 for gebp-emacs-pretest-bug@gmane.org; Sun, 11 Mar 2007 15:04:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQUG8-00014L-VW for emacs-pretest-bug@gnu.org; Sun, 11 Mar 2007 16:03:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQUG7-00012V-On for emacs-pretest-bug@gnu.org; Sun, 11 Mar 2007 16:03:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQUG7-00011s-EO; Sun, 11 Mar 2007 15:03:11 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQUFX-0000CD-1V; Sun, 11 Mar 2007 16:02:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HQUDl-0005dO-JX; Sun, 11 Mar 2007 16:00:45 -0400 In-reply-to: <87odn1c77o.fsf@stupidchicken.com> (message from Chong Yidong on Sat, 10 Mar 2007 12:57:15 -0500) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:17532 gmane.emacs.devel:67730 Archived-At: > Here is an idea. When a face attribute is set by customization, > set a flag to record that fact. That flag will cause the X resource > to be ignored for that attribute. > > Do you agree that is feasible? Can you implement it? Like I mentioned, customized faces have a `theme-face' property, which can be used for this. Thanks for fixing it.